Posted by nicolacantalupo on 01/10/08 09:52
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?
[Back to original message]
|