Hi, I'm trying to get my sidebar and content to line up side by side. In the css I have each of them set to float left, but the side bar ends up above the content. http://uselessfuture.org/ to see the problem. Thanks.
Hi, I'm trying to get my sidebar and content to line up side by side. In the css I have each of them set to float left, but the side bar ends up above the content. http://uselessfuture.org/ to see the problem. Thanks.
Could the problem be that you have too little “with� on “content� or that one of your columns is too wide? It sure looks like that to me..
It’s kinda difficult to say though without looking at your css..
There isn't a width specified for my content. And feel free to look at the CSS. css
You should specify a width for #content.
I've fixed the problem. I had a width specified for the body which was causing the width of the content to be clipped and end up below the sidebar.
This topic has been closed to new replies.