|
Posted by GTalbot on 01/10/08 22:30
On 10 jan, 06:03, "rf" <r...@invalid.com> wrote:
> "nicolacantalupo" <nicolacantal...@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.
Richard, first-child selector and adjacent sibling selector are
selectors supported by MSIE 7. I'm pretty sure you are aware of this
too. Just wanted to be sure...
Nico, you may want to look, examine these articles, webpages:
http://css-discuss.incutio.com/?page=StylingColumns
http://yelotofu.com/2007/05/styling-table-columns/
http://www.info.com.ph/~etan/w3pantheon/style/selectomania.html
Regards, Gérard
--
Internet Explorer 7 bugs
http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/
[Back to original message]
|