Adam van den Hoven 22 December 2005 The Holly Hack solves a multitude of IE’s more annoying bugs. Does anyone see a problem with putting the following in ALL your CSS as the first item: * { height: 1%;} html>body * { height: auto; } I think this works, although I’ve never tried it.
The Holly Hack solves a multitude of IE’s more annoying bugs. Does anyone see a problem with putting the following in ALL your CSS as the first item:
* { height: 1%;}
html>body * { height: auto; }
I think this works, although I’ve never tried it.