I'm have trouble with the side bar(sure it's a newbie mistake), it ends up at the bottom of the page. It looks fine in IE, but not in fire fox, what have I done wrong?
My site is http://www.aussiepokerpod.com
I'm have trouble with the side bar(sure it's a newbie mistake), it ends up at the bottom of the page. It looks fine in IE, but not in fire fox, what have I done wrong?
My site is http://www.aussiepokerpod.com
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
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 :)
Thanks Guys,
But it appears not to be a problem with the Theme or the Css, thanks for the Ideas
This topic has been closed to new replies.