Post Archive
› April 17, 2002
The Schontzler Hack
(Or, the IE Margin Fix.) Now here's an interesting concept. Code standards-compliant CSS without hacks or workarounds, and include one 5k .js to fix any browser implementation bugs.
Via CSS-discuss Here's the thread(members only).
Nate Posted…
And from that same valuable thread I found Andrew Clover's minmax.js module, working on simillar principles to enable four css2 properties (min/max of height/width) that otherwise don't work in IE 5up.