| 
 Posted by rf on 01/10/08 11:03 
"nicolacantalupo" <nicolacantalupo@libero.it> wrote in message  
news:c60277a4-7a25-4b7d-95de-b5b7fec19370@j20g2000hsi.googlegroups.com... 
>I have this css: 
> /* table corsi */ 
> .tab_corsi{font-size:12px;border:0px} 
> .tab_corsi td{border:0px} 
> .tab_corsi td:first-child{background:#444;color:#F06} 
> .tab_corsi td+td:hover{background:#444;color:white} 
> .tab_corsi tr:first-child{background:#444;color:#F06} 
> 
> internet explorer is not compatible whit last 3 rows! 
> solution? 
 
None. Those selectors are not supported by IE. 
 
--  
Richard.
 
[Back to original message] 
 |