Closed Bug 132695 Opened 22 years ago Closed 22 years ago

:hover pseudo-class with selector

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 15608

People

(Reporter: glandium, Assigned: dbaron)

Details

having something like

<style type="text/css">
SPAN.test { display: none }
A.test:hover + SPAN.test { display: inline }
</style>
<a class="test" href="">plop</a><span class="test">coin</span>

won't have the (what i think might be the) expected effect : displaying "coin"
when mouse goes above "plop" and hiding it when the mouse leave.
this is a dup

*** This bug has been marked as a duplicate of 15608 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.