Closed
Bug 25442
Opened 25 years ago
Closed 25 years ago
Only line above over links
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bugzilla, Assigned: pierre)
References
()
Details
If you go to:
http://www.bluesnews.com/
and move your mouse over the links in the menu to the left, the link goes read
and a line is shown above each link.
In Internet Explorer there is a line both above and below!
Changing component to Style System for Pierre to look at the style angle
Assignee: troy → pierre
Component: Layout → Style System
The relevant frame is http://www.bluesnews.com/contents.html . I think this bug
is INVALID. There are two style elements, each containing a style rule for
a:hover. The first one says
text-decoration: underline;
and the second one says
text-decoration: overline;
The second one should override the first. I think this is a bug in IE5 that the
declarations are not cascading correctly, but rather accumulating. The correct
thing would be
text-decoration: underline overline;
Comment 3•25 years ago
|
||
Taking over 1/3 of Pierre's NEW bugs to help reduce his doomage factor
Assignee: pierre → attinasi
| Assignee | ||
Comment 4•25 years ago
|
||
Reassigned back to me these bugs that shouldn't have left my list.
Assignee: attinasi → pierre
Comment 5•25 years ago
|
||
Mozilla is applying the style correctly. As David described, the second rule is
the rule that is applied, not both. If a single rule is specified ti works fine
(see dbaron's comment of 2000-02-12 08:49)
marking INVALID since this is not a valid bug.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•