Internet Explorer Logo

Internet Explorer Hacks (IE6 and IE7)


Internet Explorer has problems! IE6 and IE7 render stuff differently and here are some hacks to help you get around all of the crap Microsoft makes us go through.


Share

div{
height:100px;   /* All Browsers */
*height: 100px;   /* Internet Explorer 6 and 7 */
_height: 100px;   /* Internet Explorer 6 */
}