• Good Afternoon Everyone,

    I am having a curious issue with the sidebar on my site us2guys.com.

    In Firefox, Chrome and IE7, the sidebar renders correctly, but in IE8 it renders at the bottom of the page after the last post. I am lost as to how this happens.

    Does anyone have any idea on how to correct it?

    Thank you very much for you time and help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s also below the content in Firefox 3.6.3. Change:

    #leftcolumn {
    float:left;
    min-width:620px;
    }

    to:

    #leftcolumn {
    float:left;
    width:620px;
    }
    Thread Starter us2guys

    (@us2guys)

    Esmi,

    You are wonderful… =)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar displays incorrectly in IE8’ is closed to new replies.