|
Posted by Andrew Bailey on 11/19/31 11:50
Hi,
A simple method I use is to specify the dimensions of the <td> the same as
the pic...
<td width="121" height="43"><img src="images/windowtop.gif" width="121"
height="43" alt=""></td>
Hope that helps
Andy
<rfox@scoe.net> wrote in message
news:1150500765.454297.320490@h76g2000cwa.googlegroups.com...
> I've built a site using tables for layout, and it looks ok in
> everything but in IE where it places extra space around the graphics
> that contain a rollover script. (Please see http://www.bentleysweb.com
> ) Below is a snippet of the table cell in question. How can I
> eliminate that extra space in IE?
>
> Thanks.
>
> -Ray
>
> <TD CLASS="first" colspan="2" VALIGN="TOP">
> <img src="images/windowtop.gif" width="121" height="43" alt="">
>
> <a href="display.html" target="_self"
> onmouseover="changeImages('display', 'images/displayx.gif'); return
> true;"
> onmouseout="changeImages('display', 'images/display.gif'); return
> true;"
> onmousedown="changeImages('display', 'images/displayx.gif'); return
> true;"
> onmouseup="changeImages('display', 'images/displayx.gif'); return
> true;">
> <img name="display" src="images/display.gif" width="121"
> height="31" border="0" alt="Display Cases Button"></a>
>
> <img src="images/black1.gif" width="121" height="22" alt="">
>
> <a href="framing.html"
> onmouseover="changeImages('framing', 'images/framingx.gif'); return
> true;"
> onmouseout="changeImages('framing', 'images/framing.gif'); return
> true;"
> onmousedown="changeImages('framing', 'images/framingx.gif'); return
> true;"
> onmouseup="changeImages('framing', 'images/framingx.gif'); return
> true;">
> <img name="framing" src="images/framing.gif" width="121"
> height="25" border="0" alt="Framing & Engraving"></a>
>
> <img src="images/windowbot.gif" width="121" height="43" alt="">
> </td>
>
[Back to original message]
|