Sidebar dropping below body?
projectfilly - January 14, 2009 - 07:10
Hi there, I've spent hours trying to figure this one out. I'm running a modified DarkElegance theme, and the sidebar is dropping below the body for some reason! Is there any way someone can take a look at www.sinergymotorsports.net and tell me what i'm doing wrong? I can send/post the CSS if needed. Thanks!
Jade

Try
Delete/move the http://www.sinergymotorsports.net/files/logo.png file and what do you get?
to make an object float
to make an object float right of another object, it's markup has to be placed before the object on the left. You can also do this by giving both .body and #sidebar-right a float:left value.
Though you should put both .body and #sidebar-right in a wrapper that contains a white background to have a continuing white background bellow the content of .body, since #sidebar-right is shorter than .body.