Having trouble with DIV layout. HELP Please!!

powerteam

Regular Member
Joined
Sep 30, 2009
Messages
456
Reaction score
254
So trying to design a simple clean layout with header, sidebar, body, footer. Everything looks great and content shows up in each container, but if there is anything in the sidebar container, it pushes the content of the body container down and displays it after the content ends in the sidebar.

If someone could check it the code and see what I am doing wrong it would be a big help. The site is adult and does contain adult images.

Code:
http://myxxxpicsite.com
 
you've got some broken/incomplete tags, and look at your css, that could be causing the problem?
 
You need to increase the width of the .wrapper to 915px.

Why? .left takes 175+15(margin) and .right takes 725px = 915px ;)
 
You need to increase the width of the .wrapper to 915px.

Why? .left takes 175+15(margin) and .right takes 725px = 915px ;)

OMG!!! Your my freaking hero!! I completely forgot I had added the 15 margin into it after I adjusted the width. Thanks+Rep for you!
 
Back
Top