Hello. I just wanted to share this solution I found for something that was bugging me to bits! I had created a site, and had a DIV wrapper that was being "ignored'. It was there, but was expanding to 0px or something, because I could not see it. I searched and searched then finally came to this solution of adding the following:
height: 1%; overflow: hidden;
example:
#ContentWrapperDiv
{
width: 960px;
background-color: #fff;
margin-left: auto ;
margin-right: auto ;
height: 1%;
overflow: hidden;
}
I have no idea what it means, or why it works, but I'm just happy and wanted to share. If anyone know what it means, please reply. Thanks so much.



LinkBack URL
About LinkBacks
Reply With Quote
Woo!

Bookmarks