Closed
Bug 112747
Opened 23 years ago
Closed 22 years ago
CSS styled text changes color on mouseover at cnn.com
Categories
(Core :: Layout, defect, P5)
Tracking
()
RESOLVED
DUPLICATE
of bug 149704
Future
People
(Reporter: eb, Assigned: attinasi)
References
()
Details
(Keywords: compat, testcase)
Attachments
(3 files)
Go to: http://abcnews.go.com/sections/us/DailyNews/WTC_Investigation.html
Move the mouse cursor just above or below the dark red location/date
headings in the main body of the stories in the middle of the page
The text in the paragraph below the line changes color to light blue from black
for no apparent reason
This might be a CSS error on CNN's part, but it works (stays black) in IE 5.5.
Build: 2001-11-29-03 under W2K with a new profile, but this has been happening
for several weeks
Screenshot coming...
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Not a DOM problem, the HTML on the page is messed up, our parser works
differently than IE's does in this case, but who knows who's incorrect. Over to
Parser, but my guess is that this is a WONTFIX bug...
Assignee: jst → harishd
Status: UNCONFIRMED → NEW
Component: DOM Style → Parser
Ever confirmed: true
QA Contact: ian → moied
Updated•23 years ago
|
Notice that the style sheet has a hover rule. Some how IE ignores the hover if
the attribute "name" on the anchor is replaced by "href".
FYI: The anchor tag is reopened after </font> due to residual style.
Correction: In my previous comment
Notice that the style sheet has a hover rule. Some how IE ignores the hover if
the attribute "name" on the anchor is replaced by "href"
|Should read|
Notice that the style sheet has a hover rule. Some how IE ignores the hover if
the attribute "href" on the anchor is replaced by "name".
--> Layout
Assignee: harishd → attinasi
Component: Parser → Layout
QA Contact: moied → petersen
Updated•23 years ago
|
Priority: -- → P5
Target Milestone: --- → Future
*** Bug 145105 has been marked as a duplicate of this bug. ***
Comment 8•23 years ago
|
||
I don't think the bug has to do with CSS at all. AFAICS the point of this is
that the missing </a> makes the linked text extend to the very end.
If you agree the summary should be adjusted. Possibly there is a dupe.
pi
Comment 9•22 years ago
|
||
*** This bug has been marked as a duplicate of 149704 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•