Help with 100% height menu

Discussion in 'CSS' started by caligrafx, Aug 18, 2010.

  1. #1
    If you look at the menu on my website on the left hand side there is a big white gap. I have tried everything I could think on to get this to fill in the white blank area. Could someone please tell me how to fix this?

    Thanks,
    Adam

    http://www.totallymotorsports.com/daeasr3gosuw.html
     
    caligrafx, Aug 18, 2010 IP
  2. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are You refering to the space after We accept, and all those images?

    I mean, the common white space for both content section and sidebar?

    ~ExP~
     
    extremephp, Aug 18, 2010 IP
  3. caligrafx

    caligrafx Active Member

    Messages:
    137
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    83
    #3
    I was referring to this white space in the image.

    [​IMG]
     
    caligrafx, Aug 18, 2010 IP
  4. Rimona

    Rimona Active Member

    Messages:
    123
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    63
    #4
    Do I understand you right?

    You want the black background to go down the whole column NOT the menu.
     
    Rimona, Aug 18, 2010 IP
  5. wechito

    wechito Peon

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    There is no way to have a 100% height with html. You can use a background image to create the illusion of a 100% height sidebar.
     
    wechito, Aug 18, 2010 IP
  6. bhuthecoder

    bhuthecoder Member

    Messages:
    245
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    43
    #6
    use this css code for background.i uploaded to tinypic u need to put that image in ur host and change the image path in code
    line 117
    
    
    
    #bodyshell2 {
    background:url("http://i34.tinypic.com/dvlo9k.jpg") repeat-y #fff ;
    float:left;
    margin:0 0 0;
    }
    
    
    Code (markup):
     
    bhuthecoder, Aug 18, 2010 IP
  7. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #7
    Chaotic code tbh. Loading Highslide CSS twice, Lytebox, Lightbox, ...

    Why not just put a background to the whole div with 100% height instead of using a graphic?
     
    CSM, Aug 19, 2010 IP