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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

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