T
test9991014
Hi folks,
I am seeing what looks like a bug in Firefox.
I have a table within the cell of a table, and in the inner table's
cells I have images
that are links. There are white vertical lines showing up when I move
the pointer
over those image-links. These do not appear under IE. I have set the
text-decoration for the images to none and border=0 as well.
<table width=800>
<tr>
<td width=400><img src=blah width=400 height=100>
<td width=400> Top right: text
</tr>
<tr>
<td><img src=foo width=400></td>
<td>
<table height=30 width=400>
<tr>
<td><a href=foo1><img src=bar1 width=100 height=30 border=0
style="text-decoration: none"></a>
<td><a href=foo2><img src=bar2 width=100 height=30 border=0
style="text-decoration: none"></a>
<td><a href=foo3><img src=bar3 width=100 height=30 border=0
style="text-decoration: none"></a>
<td><a href=foo4><img src=bar4 width=100 height=30 border=0
style="text-decoration: none"></a>
</tr>
</table>
</td>
</tr>
</table>
The white lines always appear to the left of whatever image the
pointer is on top of.
Lastly, I checked and all the images are the correct size.
Thanks for any help.
I am seeing what looks like a bug in Firefox.
I have a table within the cell of a table, and in the inner table's
cells I have images
that are links. There are white vertical lines showing up when I move
the pointer
over those image-links. These do not appear under IE. I have set the
text-decoration for the images to none and border=0 as well.
<table width=800>
<tr>
<td width=400><img src=blah width=400 height=100>
<td width=400> Top right: text
</tr>
<tr>
<td><img src=foo width=400></td>
<td>
<table height=30 width=400>
<tr>
<td><a href=foo1><img src=bar1 width=100 height=30 border=0
style="text-decoration: none"></a>
<td><a href=foo2><img src=bar2 width=100 height=30 border=0
style="text-decoration: none"></a>
<td><a href=foo3><img src=bar3 width=100 height=30 border=0
style="text-decoration: none"></a>
<td><a href=foo4><img src=bar4 width=100 height=30 border=0
style="text-decoration: none"></a>
</tr>
</table>
</td>
</tr>
</table>
The white lines always appear to the left of whatever image the
pointer is on top of.
Lastly, I checked and all the images are the correct size.
Thanks for any help.