I’ve had to work on a fairly complex design ( http://scoding.com/eyal/ ) because of its layout and shape, finally done it, all happy – until I checked on IE, it’s seriously messed up, but why is that? Why is the container not centered? I have looked on google for some answers, and didn’t find anything that could help, ANY HELP would be appreciated!
I’ve had to work on a fairly complex design ( http://scoding.com/eyal/ ) because of
Share
IE is rendering the page in ‘quirks mode’ (if you press F12 in IE you’ll see the ‘document mode’ defaults to quirks).
Set a doctype like:
And all will be well!
For bonus points, run it through the W3C Validator and fix the errors it flags!