Jump to content
22/12/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.
Vote up?
22/12/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.