Posted by projectfilly on January 14, 2009 at 7:10am
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
Comments
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.