Closed
Bug 300623
Opened 19 years ago
Closed 19 years ago
Links without "href" attributes still use hover colours
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: talvo, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 When hovering the mouse over <A> tags which don't have a HREF attribute - and so aren't actually links, for instance, <A NAME="top"> - FireFox still switches to the hover style for links on that page. (When you aren't hovering, however, it shows it as normal text, and not as a link.) Reproducible: Always Steps to Reproduce: 1. On http://www.g3web.org/hover.html, as an example, move the mouse over the "Top of the page" text (which is in a <A NAME="top">...</A> tag) Actual Results: Colors, underline style, etc, change as they would for normal links Expected Results: Nothing. Style should have stayed as it is for plain text. N/A
Comment 1•19 years ago
|
||
That's what is specified: a:hover {color:#0000ff;text-decoration:underline}
If you don't want that, then use a:link:hover.
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 54318 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•