Posted by Jonathan N. Little on 01/10/08 14:52
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...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|