Actions
Defect #961
closedHome - Layout is off in FF, Safari
Start date:
2008-03-30
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed
Affected version:
Description
If you put large welcome text for home page, it throughs off the layout in FF and Safari though it works fine in IE.
Take a look here: http://makerlab.com/ (the latest news section)
Can this be done in 0.7?
Files
Updated by Jonathan Lahijani over 16 years ago
"overflow:auto" needs to be added to the #content div in the CSS.
Updated by Thomas Lecavelier over 16 years ago
- File Defect_961_Jonathan_Lahijani_proposal.patch Defect_961_Jonathan_Lahijani_proposal.patch added
- Status changed from New to 7
- Assignee set to Jean-Philippe Lang
- % Done changed from 0 to 90
I confirmed the correction suggested by Jonathan Lahijani.
Here the corresponding patch.
Assigned to Jean-Philippe since it only requests a commit.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from 7 to Closed
- Resolution set to Fixed
Fixed in r1314 and will be ported in 0.7.
Note: overflow:auto
was added to html>body #content
rather than #content
so that IE6 ignores it.
Actions