Hello all. I am designing a web site with exclusively IE6 and IE5.5 users. Do both versions of IE use the same version of CSS? Where can I find out the differences?
1. IE5x PC implements the box model incorrectly.
This is a big problem if you wan't to make something "pixel perfect"
Basically according to the standard when you add borders etc to a "box" they are added on the outside of the box, increasing it's width. In IE5x PC the borders etc are added inside the box leaving the width as it is.
2. IE5x PC doesn't support CSS2 child selectors.
Try searching Google for "IE5 CSS Hacks" or something like that.
Bug chart: no idea how old this is but worth a look:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.