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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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