/ Published in: CSS
URL: http://www.webdesignerwall.com/wp-content/uploads/2009/11/min-height.html
Expand |
Embed | Plain Text
The min-height property allows you to specify the minimum height of an element. .with_minheight { min-height: 550px; } Min-height hack for IE6 Note: min-height is not supported by IE6, but there is a min-height hack. .with_minheight { min-height:550px; height:auto !important; height:550px; }
You need to login to post a comment.
