Help me understand what I need to make my website compliant with IE.
August 25, 2008 8:41 AM
Subscribe
Is there a guide to the anticipated differences between IE and Firefox when coding a website?
So, I'm coding my first "really real" website for the company I work for. I have a bit of experience in this, but this is my first really large, semi-pro project. As a result, I'm running into the ages old problem where everything looks great in Firefox and Safari, but terrible in IE. IE seems to add spaces, ignore code, change margins and generally run wild.
Is there any kind of guide to the sort of things I need to be aware of to compensate for IE's tendency to do as it does?
posted by GilloD to technology (17 comments total)
13 users marked this as a favorite
The easiest 'fix' is to stick with cross-browser libraries and CSS templates that have been tried and tested, and carefully extend them. Try to not be overly fancy when you don't need to be, and if your layout is really useless when it is off by a pixel or two, rethink your design.
posted by SirStan at 8:56 AM on August 25, 2008