Closed
Bug 316125
Opened 20 years ago
Closed 20 years ago
Scaling of navigation <div> in xhtml page
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: blb, Unassigned)
References
(
URL
)
Details
Attachments
(1 file)
|
31.38 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
clip from file listnav.css
.navigation {
position:relative;
left:0;
top:0.3em;
width: 48em;
font-size:50%;
font-family: Arial, Helvetica, sans-serif;
}
.navigation ul {
list-style: none;
margin:0;
padding:0;
padding-top:1em;
padding-bottom:0.4em;
}
.navigation li {
display: inline;
}
.navigation a:link {
padding:0.2em 0.6em 0.2em 0.6em;
color: #c60;
background-color: #fff;
text-decoration: none;
}
.navigation a:visited {
padding:0.2em 0.6em 0.2em 0.6em;
color: #c60;
background-color: #fff;
text-decoration: none;
}
.navigation a.set {
padding:0.2em 0.6em 0.2em 0.6em;
color: #fff;
background-color: #c60;
text-decoration: none;
}
.navigation a:hover {
color: #fff;
background-color: #c60;
}
Reproducible: Always
Steps to Reproduce:
1. go menu: View/TextSize.
2. Change text size. smaller, larger.
3. Objects on the page scale to suit. Navigation area does not scale in proportion to the rest.
3. IE6 and Opera 8.5 all objects on the page scale equally
Actual Results:
Navigation object not stay in proportion to the rest of the object on the page as size is changed.
Expected Results:
All objects on the page should scale equally.
As expected in IE6 and Opera_8.5
The whole site works fine apart from this problem.
Comment 1•20 years ago
|
||
WFM. I don't see the bug using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051025 Firefox/1.5.
| Reporter | ||
Comment 2•20 years ago
|
||
Screen dump to display problem
Comment 3•20 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051107 Firefox/1.5
Please reopen if you can reproduce with the latest 1.5 (RC2) release
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•