Bug Report: 173096 Date: 2005-06-22 Note: Fixed in 9.00p1 build 8031. Version: Opera 8.01/Windows98/PC Build: 7642 Brief Summary: CSS ':hover' not applied when used with combinators. Severity: Significant Part affected: Display URL: http://home.swipnet.se/sigsegv/opera/bugs/combinator-hover.html Detailed description: CSS ':hover' selector is not applied when used together with any of the combinators (" ", ">", "+"). Example: p > span:hover { /* ... */ } For more details, see the supplied URL. Note: Some extra selectors have been added to target specific rows and columns in the table. Example: #row1>.col1> p *:hover { /* ... */ } The '#row1>.col1>' part does not interfere with the actual bug. Steps to reproduce the bug: E-mail: See: mailto.txt