![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
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? |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
solution? thanks for the tip by .tab_corsi td:first-child{background:#444;color:#F06} |
|
.tab_corsi td+td:hover{background:#444;color:white} Use JavaScript to attach a onmouseover event or HTC with IE's |
|
.tab_corsi tr:first-child{background:#444;color:#F06} Make a specific class |
#6
| |||
| |||
|
|
"nicolacantalupo" <nicolacantal... (AT) libero (DOT) it> wrote in message news:c60277a4-7a25-4b7d-95de-b5b7fec19370 (AT) j20g2000hsi (DOT) 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. |
#7
| |||
| |||
|
|
nicolacantalupo wrote: solution? thanks for the tip by .tab_corsi td:first-child{background:#444;color:#F06} Make a specific class .tab_corsi td+td:hover{background:#444;color:white} Use JavaScript to attach a onmouseover event or HTC with IE's proprietary behavior() CSS property .tab_corsi tr:first-child{background:#444;color:#F06} Make a specific class Yes, IE's meager CSS support is a pain... |
#8
| |||
| |||
|
|
On 10 jan, 09:52, "Jonathan N. Little" <lws4... (AT) centralva (DOT) net> wrote: Yes, IE's meager CSS support is a pain... " Finally, we added new features from CSS2.1: * Selectors: first-child, adjacent, attribute, " Details on our CSS changes for IE7 http://blogs.msdn.com/ie/archive/2006/08/22/712830.aspx |
#9
| |||
| |||
|
|
internet explorer is not compatible whit last 3 rows! solution? |
![]() |
| Thread Tools | |
| Display Modes | |
| |