Box Model Hacks | June 17, 2004
I’m not a huge fan of CSS hacks. In fact the only hack I ever use is Tanek’s box model hack, and then, only when absolutely necessary.
I’ve noticed that developers have started using different hacks to get around IE box model issues, so was wondering what’s the current preferred method and why?
Posted at June 17, 2004 1:07 PM
Anne said on June 17, 2004 1:22 PM
IE7 or putting IE6 into quirks mode and using the underscore hack (‘_width:100px’ for example).