The page with the issue is here: http://vorbb.com/avatars/details.php?image_id=1 You have to be logged in in order to see the problem, or look at this image (http://i44.tinypic.com/2450pvq.png). username: test password: test The actual content is a div floated right. The background is an image repeating-y in a div. It should be stretched to the bottom since there is a div inside it that is longer. However, its not being stretched. I was hoping someone could help me figure out how to fix this. Here is my CSS (http://pastebin.com/m1d5fadb3). Here is my HTML (http://pastebin.com/m5228268b).
Now that you have the div class="spacer" in place with clear:both , removing height:100% from #content seems to be stretching it 100%.