DIVs won't stretch all the way down to the bottom of the page?

littmaconcal

New Member
I apologize if this is a trivial question but I can't seem to figure it out. I have this website and I need the navigation bar on the side, and the rectangle all the way on the right (The one with the "ContentExtender" class) to stretch down to the bottom of the physical page (well, the ContentExtender only needs to stretch as far as the content so it blends, but that's another story). What is the simplest way to do this? I looked it up and found setting the Body's height to 100% should work, but it didn't. I know that's a lot of code to look through, so here is the actual important parts of the code (anything prefixed with "cc" was just an easy way of commenting them out):\[code\].ContentExtender { background-image: url(bgblack.png); min-height: 10px; ccmin-width: 200px; ccwidth:100%; margin: 0px 0px 0px 1010px; position: absolute; top: 110px; right: 0px; left: 0px;}.MainParent { position: absolute; left:0px; top:0px; right:0px; bottom: 0px; background-color:rgba(70,70,70,.7); min-height: 600px; min-width: 1000px; max-width: 1000px; height: 100%; margin: 0px 10px 0px 10px; z-index:100; overflow: hidden;}\[/code\]
 
Back
Top