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
?