Closed
Bug 145673
Opened 23 years ago
Closed 23 years ago
blue underline in header
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: egonknapen, Assigned: samir_bugzilla)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc2)
Gecko/20020510
BuildID: 2002051006
When using a a-href tag with a span in it, when the
span has a text-decoration:none in it, IE will NOT underline
this part, but mozilla will underline this, span part.
Following is an example, [need change in html tags]:
[a href="bla"][span style="text-decoration:none"]some text[/span][/a]
When adding a text-decoration:none to a href tag it will be
displayed correctly. I'm wondering if this is a bug or just a different
approach to rendering.
Reproducible: Always
Steps to Reproduce:
1. create a html page with [a href="bla"][span style="text-decoration:none"]some
text[/span][/a]
2. just watch it in IE
3. than watch it in Mozilla
Actual Results: IE doesn't underline the tag, Mozilla does
Expected Results: not underline it, will make a lot of websites look better in
Mozilla.
My question is if the text should be underlined or not, the span says no, and
the a-href says yes?
Reporter | ||
Comment 1•23 years ago
|
||
close this bug, there's a good
explanation about who is wrong, and who isn't
http://developer.netscape.com/evangelism/docs/technotes/css-underlines/
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•