If you visit this site here, you will notice that the content of the page is overflowing the main page, I have tried setting the height attributes to auto on the wrapper, the main tag, the content_header, everything, but it just doesnt work. Dont worry about the menu, the div to the right with the Latin place holding text is the problem. Can anyone help me with this? Here is the stylesheet: http://www.oursecretsound.com/112/style.css And here is the site: http://www.oursecretsound.com/112/index.html
Parent elements are never to expand to contain floated elements, which are removed from the normal flow. To get what you want, you need to add 'overflow:auto' to your 'main' div.