Posted: Fri Feb 02, 2007 4:38 pm
IE7 fixed a lot, but yes, box model is still a hacked up mess and MIME types aren't dealt with correctly.
I did shoot myself in the foot however by having:
I should have checked specific versions because when IE7 "fixed" some CSS issues it meant I was feeding it "broken" CSS code and messing up my layouts.
I did shoot myself in the foot however by having:
Code: Select all
<!-- [if IE]>
<style type="text/css">
blah blah
</style>
<![endif] -->