Perhaps someone can help me as I cannot even see straight anymore. I have tried everything I can find here, and in other forums to no avail. I have set up some divs to put inside a main container for a site I am building. The content inside the divs keeps going outside the divs and I cannot figure out why. I have published the page, with the css attached to the head, here:
http://210usa.com/menu_test.html
I have placed different background colors, ugly ones, for illustration purposes only. Any help would be greatly appreciated.
Thank You:-)
it is because of the float:left that you use, you have to put some clear fix, for example setting container’s overflow to hidden