Closed
Bug 128040
Opened 24 years ago
Closed 24 years ago
Selector "+" doesn't work with :hover pseudoclass
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: sinchi, Assigned: dbaron)
Details
Attachments
(1 file)
|
2.23 KB,
text/html
|
Details |
When I use this CSS2 selector, it doesn't affect to next element when mouse
moves over previous element:
%ELENENT1% + %ELEMENT2% {display:none;}
%ELENENT1%:hover + %ELEMENT2% {display:block;}
See demo.
| Assignee | ||
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 15608 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•