|
Posted by Rincewind on 09/28/05 18:23
On Wed, 28 Sep 2005 14:12:06 GMT, booner wrote:
> 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
As all seems well in my three different browsers, I can only assume they
can't see it because there is so little contrast between #f2f2f2 and #fff,
remember that not everyone has perfect eyesight and that a large proportion
of the male population suffer from some form of colour blindness.
Navigation:
[Reply to this message]
|