CSS Div stretching Issue

Discussion in 'CSS' started by Blindkilla, Jul 4, 2009.

  1. #1
    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).
     
    Blindkilla, Jul 4, 2009 IP
  2. markupdude

    markupdude Peon

    Messages:
    215
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Now that you have the div class="spacer" in place with clear:both , removing height:100% from #content seems to be stretching it 100%.
     
    markupdude, Jul 4, 2009 IP
    Blindkilla likes this.
  3. Blindkilla

    Blindkilla Active Member

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    80
    #3
    That fixed it! Thanks a bunch :)
     
    Blindkilla, Jul 4, 2009 IP