• Hi guys, I’m going mildly insane so I would love any help. Here’s the problem: I first made my page as css + html together, and then I chopped it up into wordpress. The original looks fine in all browsers, but when I started chopping it up, it got all weird.

    The site is here. I usually use Chrome and it looks fine, but for some reason when I view it in IE, the menu goes to the bottom and the sidebar moves slightly to the right.

    The code containing the menu plugin is below:

    #sidebarbox
    {
    position:fixed;
    z-index:5;
    left:0px;
    top:235px;
    font: 12px arial;
    text-align:center;

    }

    Any idea why it’s flocked towards the bottom like that in IE?

  • The topic ‘Looks fine in original, but broken for IE wordpress conversion’ is closed to new replies.