Closed (fixed)
Project:
Clean
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jan 2009 at 20:43 UTC
Updated:
30 Jan 2009 at 15:10 UTC
Jump to comment: Most recent file
The whole site shifts to the right about three pixels when clicking certain links, like admin > menu, and then moves back again when clicking home, in Firefox 3. It is ok in Internet Explorer.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | footer-before.jpg | 10.44 KB | sapark |
| #4 | footer-after.jpg | 13.69 KB | sapark |
Comments
Comment #1
sapark commentedI noticed that it happens on 'short' pages where the body is shorter than the sidebar, and the footer also shrinks in those cases to the width of the body instead of all the way across.
Comment #2
sapark commentedThe footer expands all the way across if you put clear: both in #footer, #footer-message in layout.css.
Comment #3
psynaptic commentedIs this because of the scrollbars appearing? Someone else pointed this out but it just seems like normal behaviour.
Can you post a screenshot of what you mean about the footer? I thought I had a clear on those elements?
Comment #4
sapark commentedIt's the scrollbars. It happens going back and forth between pages with and without scrollbars.
For the footer, Clear: both was in
#footer {
clear: both;
}
but not in
#footer,
#footer-message {
font-size: 0.9em;
}
and moving it from #footer to #footer, #footer-message seems to have fixed it on both IE and FF.
Comment #5
psynaptic commentedAhh, the latest CVS already has:
It will get a release as soon as a release is properly justified, although I'm not sure many (any?) people will have updates turned on for this theme.
Comment #6
sapark commentedHere's a 'fix'.
in style.css
This puts a grayed out vertical scrollbar on short FF pages.