Posted by booner on 09/28/05 17:12
I have a table that I alternate each rows color:
<table>
<tr bgcolor="White">
<td>row 1</td>
</tr>
<tr bgcolor="#F2F2F2">
<td>row 2</td>
</tr>
<tr bgcolor="White">
<td>row 3</td>
</tr>
<tr bgcolor="#F2F2F2">
<td>row 4</td>
</tr>
</table>
I have a few users who say they do not see the alternating coloring. I went
in and changed the #F2F2F2 to Blue and they do see that.
We are using Internet Explorer.
Any pointers to what the issue may be.
BBB
Navigation:
[Reply to this message]
|