Footer Giving Me Problems

Discussion in 'CSS' started by Shadowplay, Dec 18, 2006.

  1. #1
    My index page shows fine but my shipping page is all out of whack.

    Why are my footer links above the banner of the "shipping" page? I'm guessing it has something to do with floats but I can't understand where I went wrong.

    Thanks in advance for your help.


    http://www.mybabybjorn.com/test/index.html

    http://www.mybabybjorn.com/test/shipping.html
     
    Shadowplay, Dec 18, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Try this.
    
    #header_wrap {
        overflow: hidden;
        }
    Code (markup):
    You don't need a width, it's constrained by the over all container. See "Enclosing Float Elements" for an explanation.

    cheers,

    gary
     
    kk5st, Dec 18, 2006 IP