Closed
Bug 111774
Opened 24 years ago
Closed 24 years ago
style sheets not working properly
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: emt3734, Assigned: dbaron)
References
()
Details
Mozilla 0.9.6
the page has the following style settings:
<style type="text/css">
<!--
a:hover { text-decoration: underline }
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:visited:hover { text-decoration: underline }
-->
</style>
but the links only get the underline decoration after they have been visited,
they should get the underline visited or not when the mouse hovers of it.
| Assignee | ||
Comment 1•24 years ago
|
||
a:link overrides a:hover if it occurs before it. (MSIE gets this wrong.) See
http://www.people.fas.harvard.edu/~dbaron/css/1999/09/links . Marking INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•