if you look at it on mozilla or chrome, the wrapper centers well on the screen and dont have the “sizset and sizcache” attributes that ie9- ie8- ie7 puts to it, also it doesn´t center on IE I think because of that bug, anybody know what´s the problem with that?
Thank you
You didn’t specified any Doctype, then your page is in Quirks mode on IE.Add this line on the very first line of your file :
EDIT :
Well, I just seen you’ve got an HTML5 DOCTYPE, but there’s a
<link>tag before. Move this tag in the<head>section :