Is it okay to use zoom:1 in my css classes?

Posted by Spines on Stack Overflow See other posts from Stack Overflow or by Spines
Published on 2010-05-06T20:38:20Z Indexed on 2010/05/07 4:38 UTC
Read the original article Hit count: 163

Filed under:
|
|

Whenever I find IE is displaying my website weird (different from chrome and firefox), I try putting a zoom:1 in the css class for the part that is being displayed weird. A lot of the time this fixes the problem and makes it look consistent with the other browsers.

Is it a problem to use zoom:1? I know my CSS won't validate, but are there any real world problems that can arise if I rely too much on using zoom:1?

© Stack Overflow or respective owner

Related posts about css

Related posts about cross-browser