• Resolved drursi08

    (@drursi08)


    Evening all,
    on my blog, https://sevenstripes.com/blog/ I just tonight noticed that my sidebar drops below the content when it is viewed in Internet Explorer.

    Oddly enough, it didn’t do this just a week ago. I’ve been adding plugins to the sidebar which may be responsible, but I cannot see any specific codes nor images that could be responsible for the bump.

    Now, I’ve done many searches and sifted through posts, so please dont think im just trying to take the easy way out by asking for help!

    Any ideas, my friends?

    Thanks kindly,
    Dave

Viewing 3 replies - 1 through 3 (of 3 total)
  • Just a quick guess, but IE handles margins and padding differently, so the problem could be that IE makes the total width greater than the div that contains the content and sidebar. So if you have changed any widths, that could be the problem.

    Thread Starter drursi08

    (@drursi08)

    Hmmm, I DID just modify a padding somewhere… hopefully I can remember where I editted and revert it back to what I had before.

    I’ll let you all know if it works.

    Thanks for the tip newflesh.

    Thread Starter drursi08

    (@drursi08)

    Got it!!

    For future reference:

    I had:
    #menu ul ul {
    font-variant: normal;
    font-weight: normal;
    line-height: 100%;
    list-style-type: none;
    margin: 0;
    padding-left: 8px;

    and changed it back to:
    #menu ul ul {
    font-variant: normal;
    font-weight: normal;
    line-height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;

    tada!

    Resolved ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar moves in IE, but site Validates & no image overlap?’ is closed to new replies.