Closed
Bug 160760
Opened 23 years ago
Closed 22 years ago
topbar logo changing background
Categories
(Documentation Graveyard :: Web Developer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: macarie.neculai, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ro-Ro; rv:1.1b) Gecko/20020721
BuildID: 2002072104
Go with the mouse over the Mozilla logo in the top of the page. The right side
of the image will change backgroung when the mouse is over the logo.
I traced the problem to the following rule in the W3C-REC.css file:
@media screen {
a[href]:hover { background: #ffa }
}
this rule is causing the background to change.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.mozilla.org/docs/web-developer/bugspecs/REC-CSS1.html
2. Go with the mouse over the logo at the top of the page
3.
Comment 1•22 years ago
|
||
I added the page to Nowrap, but it still wraps, why?
Comment 2•22 years ago
|
||
It should be NOWRAP, not Nowrap (*nix is Case Sensitive). I fixed it, should
appear in about an hour.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•