Zoom: 1 (Just add water!)

css ie6 ie7 hacks

03|06|2008

I've recently come across a proprietary IE property for elements called hasLayout. Apparently it does a lot!

If you're having a lot of trouble with IE with floats and positioning (position: relative containing position: absolute elements) you may want to try :

.your-element {
  zoom: 1;
}

Saved us countless hours of IE hacking! Cheers.

blog comments powered by Disqus