Closed
Bug 259821
Opened 21 years ago
Closed 21 years ago
a:hover should be a:link:hover,a:visited:hover
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: annevk, Assigned: fantasai.bugs)
References
()
Details
See bug 225032 comment 2 and bug 225032 comment 5.
Fix checked in.
Assignee: mozilla.webmaster → fantasai.bugs
| Reporter | ||
Comment 2•21 years ago
|
||
fantasai, a suggestion was made by biesi to not include the 'a', so making the
selector ':link:hover,:visited:hover'. However, I'm not sure what browser
implications (read: IE bugs) that has.
Status: NEW → ASSIGNED
Comment 3•21 years ago
|
||
(In reply to comment #2)
> fantasai, a suggestion was made by biesi to not include the 'a', so making the
> selector ':link:hover,:visited:hover'. However, I'm not sure what browser
> implications (read: IE bugs) that has.
That works fine, as long as you write it that way and not get fancy with
:hover:link, :hover:visited. Then you run into IE bugs.
See also http://dbaron.org/css/1999/09/links
> a suggestion was made by biesi to not include the 'a'
Oh, I knew that already. :)
Bill - thanks for the IE notes
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: mozilla.org → Websites
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•