Min-height property

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

Statistics

Details  This article has been viewed 855 times.

Send to

add to digg add to reddit add to furl add to facebook add to delicious add to google add to stumbleupon add to technorati add to ask add to live

Ratings

  • Currently 0; ?>/ TOTALSTARS
  • 1
  • 2
  • 3
  • 4
  • 5

Comments

Details 0 user comments, 0 still waiting.

Leave a comment

All comments must be approved by site administrator.
Please write comments on topic. Spam will be never approved.


Confirmation code

Please take a look to image and insert character into the form field.