Actions
Patch #2494
closedcontent DIV height fix
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2009-01-12
Due date:
% Done:
0%
Estimated time:
Description
Hello!
According to my experiences, if the "content" DIV contains floating elements (float: left or right), then it's height not grows to the really content, the height value will be the "min-height" property in application.css. In IE7 it looks good, but in FF3, Safari, Chrome not.
If I add the <div style="float:none;clear:both;display:block;"></div> line to the base.rhtml before the "</content>" closing tag, it will be good.
Files
Updated by Benjamin Schunn over 8 years ago
this should be no problem anymore and could be closed I think.
Actions