Results 1 to 2 of 2

Thread: css layout help

  1. #1
    Join Date
    Apr 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default css layout help

    I'm having trouble with my footer lining up right at the bottom of the page. Basiclly if you look how i'm trying to lay the page out you'll see that below the image of vines i want 2 columns and the footer to float below so if I add content to each column the footer will always remain at the bottom adjusting depending on how much content is in each column. I'm not sure I have the css right and was wondering if anyone could help with that.

    Also there seems to be a lot of empty space between the content in the columns and the footer and I can't figure out how to get rid of that. I've attached the files for you.
    Here is the page i'm trying to fix....

    http://caveauwinebar.com/index2.htm

    and here is the css file
    http://caveauwinebar.com/caveaucss.css

    Thank you!

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Footer woes?
    Get down! How to keep footers at the bottom of the page

    Empty space?
    Code:
    #leftcolumn{
    float:left; /*Set right margin to RightColumnWidth*/
    margin-right:450px;
    background-color:;
    width:450px;
    height:610px;
    }
    You have an explicit height of 610px set. You're obviously not filling it all. So either get rid of it altogether or reduce it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •