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
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