Home page not displaying correctly in IE8 [closed]
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
开发者_如何学运维 Improve this questionMy website's home page isn't displaying correctly in IE8 8.0.7600.16385 and Opera. The right sidebar is mixing with left sidebar and moving down the page. I'm using the Garland theme and I've not changed anything in it.
But if I click any page and browse any non-home page then the right sidebar blocks are showing correctly in both opera and 8.
It's working fine in Firefox, Safari. What could be the reason?
Your website isn't displaying correctly for me on any broswer, not even Firefox.
The <div id="sidebar-right" class="sidebar">
on your site is rendering inside the <div id="center">
which is causing your issue.
精彩评论