Min-height property
This piece of code demonstrates how we can use the property min-height bypass the bugs of IE5 and IE6.
div.box {
height: auto !important; /* for modern browsers */
height: 200px; /* for IE5.x and IE6 */
min-height: 200px; /* for modern browsers */
}Publication details
Category: CSS
Published by: loryzz on date: 08.03.2008 12:02:30
Last edit by: loryzz on date: 02.04.2008 16:54:26
Ratings
Leave a comment
All comments must be approved by site administrator.
Please write comments on topic. Spam will be never approved.
CSS: Linked articles
XHTML and CSS strike alternatives published by loryzz in CSS
Testo lampeggiante published by loryzz in CSS
Table style with css published by loryzz in CSS
Min-width property published by loryzz in CSS
Proprietà z-index, questa sconosciuta published by loryzz in CSS
























Ritorna all'inizio
Based total comments
0 %
Comments percentage
0 %