Vote #62952
完了Home - Layout is off in FF, Safari
100%
説明
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?
journals
"overflow:auto" needs to be added to the #content div in the CSS.
--------------------------------------------------------------------------------
I confirmed the correction suggested by Jonathan Lahijani.
Here the corresponding patch.
Assigned to Jean-Philippe since it only requests a commit.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
All work done here.
--------------------------------------------------------------------------------