Closed Bug 7120 Opened 25 years ago Closed 25 years ago

Mail reading button links should not be underlined

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: rekle, Assigned: peterl-retired)

References

()

Details

Go to hotmail and read a message. The links in the blue boxes ("New", "From", "Date", etc.) all have a blue underline under them. This underline should not be here.
Assignee: rickg → harishd
Residual style
I don't think the problem is "Residual-Style". Looks like the inline style is not respecting "text-decoration" property.
Assignee: harishd → peterl
Since the problem is related to style sheet, assigning bug to peterl@netscape.com Test Case: <a href="foo.htm"> <font style="color:red; text-decoration:none"> This text is red in color and should not be underlined because the "text-decoration" property is NONE. </font> </a>
As per peter: This is correct behavior. Once a text decoration is turned on, there's no way to turn it off. There's discussion about adding a "text-decoration: no-underline" to CSS3, but that's not real yet. To get the desired effect, put the style="text-decoration:none" on the A tag instead.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.