Important, quick easy help!

Discussion in 'HTML & Website Design' started by Logoesdotbiz, Dec 11, 2007.

  1. #1
    rosshavenfarm.com/index.html
    ^^ PLZ TELL ME HOW TO MOVE THE BLUE PART DOWN, I DONT WANT A PISSED OF CLIENT!
     
    Logoesdotbiz, Dec 11, 2007 IP
  2. tmash

    tmash Peon

    Messages:
    85
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    float the footer?
     
    tmash, Dec 11, 2007 IP
  3. Logoesdotbiz

    Logoesdotbiz Peon

    Messages:
    209
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Okay ill try that.
     
    Logoesdotbiz, Dec 11, 2007 IP
  4. tmash

    tmash Peon

    Messages:
    85
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Going over your CSS, I would say float "contents" and "footer" and set footer to "clear:both"
     
    tmash, Dec 11, 2007 IP
  5. Logoesdotbiz

    Logoesdotbiz Peon

    Messages:
    209
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    okay thnks
     
    Logoesdotbiz, Dec 11, 2007 IP
  6. Logoesdotbiz

    Logoesdotbiz Peon

    Messages:
    209
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i did this, check the site and tell me whats wrong please!

    .contents {
    background-image: url(../images/contentbg.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 25px;
    padding-top: 25px;
    float: inherit;
    }
    .footer {
    background-color: #BEC4F2;
    background-image: url(../images/footerdiv.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-top: 35px;
    float: inherit;
    clear:both;
    }
     
    Logoesdotbiz, Dec 13, 2007 IP