B-WORX blog

Archive for the 'hacks' Category


Minimum Height voor Internet Explorer 6 0

Een CSS trick, die ik regelmatig gebruik, om de minimum height van een div in Internet Explorer 6 te bepalen:

HTML

<div class=”container”>

….

</div>

CSS

/* for understanding browsers */
.container {
padding: 5px;
min-height:400px;
height:auto;
}
/* for Internet Explorer 6 */
/*\*/
* html .container {
height:  400px;
}
/**/

  • Share/Bookmark

Get Adobe Flash playerPlugin by wpburn.com wordpress themes