• Hello.
    I know this has been asked several times in the forums. And I did read them but trying them does not help.

    The sidebar is pushed down to the bottom of the page, but only in IE. In Firefox, it looks perfect. Normally people say it’s because the content or sidebar is too wide for the given space. But in my site, the width of my content and sidebar added up (along with margins and paddings) does not exceed the space of my wrapper.

    Basically I don’t know what the problem is, but maybe you can point it out for me. Maybe I missed something or have been doing something all wrong. Here’s a link to my site:

    my site

    And here’s the relevant codes:

    #content
    {
    width: 525px;
    float: left;
    font: 10pt/14pt “Trebuchet MS”, Arial, Verdana, sans-serif;
    color: #4A2C00;
    text-align: left;
    margin-left: 12px;
    padding-right: 3px;
    border-right: dashed 1px #000000;
    overflow: hidden;
    }

    #sidebar
    {
    width: 220px;
    float: right;
    text-align: left;
    font: 9pt “Trebuchet MS”, Arial, Verdana, sans-serif;
    color: #6C4916;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 4px
    }

    The container (the div that wraps it all up) is 781px.

    Or if you want to look at the whole stylesheet:

    https://mizzqizz.xenweb.net/wp-content/themes/new-beginning/style.css

    Thanks in advance.

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Sidebar Problem’ is closed to new replies.