|
Posted by rfox on 11/25/65 11:50
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>
Navigation:
[Reply to this message]
|