internet explorer 7 - :hover pseudo-class of CSS does not work in IE7 -


i have problem :hover pseudo-class of css.

i using

tr.lightrow:hover {     color:red }  

it works in safari , firefox not work in ie7. please me.

ie7 supports :hover, @ least in standards mode. may not in quirks mode.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -