Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter saintmoz

    (@saintmoz)

    well it looks funky in ie now

    Hey there saintmoz – I’m viewing this in Firefox, and the sidebar is showing at the bottom of the page, aligned left, below the content, which is also aligned left.

    Have you tried adding
    .secondary{
    float:right
    }

    to the class specifying the sidebar stuff?

    Or making the position of the main content absolute?

    Have you tested using narrower widths to see whether both parts appear on the page where you want them? I have a vague recollection of getting a misplaced sidebar at one point when I had specified widths that made the columns collectively too wide for the page.

    Also, adding a z-index might help, but I don’t think it should be necessary if you find out what is making your sidebar move down.

    Happy hunting!

    Kat, the Twat

    Thread Starter saintmoz

    (@saintmoz)

    Done some work on it still no fix. I’ve tryed a few different themes, but the sidebars still at the bottom.

    No guarantees, but in your CSS try setting your main column to:
    float: left;
    and your navbar to
    float:right;
    That should solve your problems. Welcome to the wonderful world of CSS Positioning. There are a lot of help guides and examples out there – google for “CSS positioning tutorial” and you should get a lot of really helpful links. I reference it every few days ??

    Thread Starter saintmoz

    (@saintmoz)

    Thanks Guys,

    But it appears not to be a problem with the Theme or the Css, thanks for the Ideas

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Looks odd in firefox’ is closed to new replies.