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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -