I have created a new layout for a subpage that works fine in all browsers except IE. The page in question. The problem with IE is that all the content floats left, while it should be centered. Does anyone have any hints / tips what I can do to get it to display correctly in IE? Thanks in advance.
Thank you for the prompt response. I tried setting it to: #container { /* float: left; */ margin: 0 auto; width: 955px; overflow: hidden; background: url(/wp-content/themes/webhuset/images/container.png) 0 0 repeat-x; border-top: 1px solid #fae300; } Code (markup): It didn't help UPDATE: I was able to fix it.