Trying to get the side-bar background color to extend to the footer

Discussion in 'CSS' started by Josh Inno, Apr 26, 2007.

  1. #1
    I'm working on a site at http://dracsplace.com/beta/ and am trying to get the side-menu to fill the left side of the main area from top to bottom, so that it's background color will fill the area without requiring the 'main' area to have a background image.

    Can anyone suggest a way to get this done?
     
    Josh Inno, Apr 26, 2007 IP
  2. nicknick

    nicknick Peon

    Messages:
    429
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #2
    put a div in and set the background colour in the CSS.
     
    nicknick, Apr 26, 2007 IP
  3. Josh Inno

    Josh Inno Guest

    Messages:
    1,623
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That's what I have now. The div is also set to 100%, but due to it being floated to the left, I think the float/block-layout/has layout is causing a shrink-wrapping effect around the contents.
     
    Josh Inno, Apr 26, 2007 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    kk5st, Apr 26, 2007 IP
  5. Josh Inno

    Josh Inno Guest

    Messages:
    1,623
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for the help guys. I used the border-overlap technique for the border, and also used the background image trick for the navigation bar.
     
    Josh Inno, May 2, 2007 IP