|
When you have some elements inside A element the CSS declaration "a > *:hover" is not working. When I use "p > *:hover"
or any other element everything is ok. Also "a > *" is working. Workaround like ".class_name_of_a_element > *:hover"
does not working. Fixed in Opera 7.6p1, back in 8.0b1 (maybe sooner). |