Hi Ido

2009/11/10 Ido dekkers <idekkers....@gmail.com>:
> I'm having trouble with this table which is part of a page not shown:
> http://test3.dekkers.net/test.htm
>
> in IE7 only when hovering over the table different cells get colored red?
> now i know the first css rule causes it. what i don't know is why ??
> it has nothing to do with the table and is targeting a different element in
> the page..

Weird indeed!
I would put that down to general IE bugginess.

As an alternative approach you should use TH instead of TD for the
cells you wish to style differently.

tbody th {color:red;}

Or you could try COL/COLGROUP as a means to distinguish them.

hth

Ollie
@ollicle


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to