Hi,
I'm testing a new site design at http://www.gcwonline.us/v5/test.php
As you can see, the DIV to the left and the DIV to the right underneath the ad are floats, but they overlap it's container, which you can see hiding behind the two floating DIVs. I've tried everything in the past three days, and I just can't figure out why they won't stay inside the main container.
Is what I'm trying to do impossible?
Remove the height:100% from
Remove the height:100% from .container css rule.
Ok, now one more thing. How
Ok, now one more thing. How do I get them to take up the height of the screen? I have the left div and the div under the ad set to 100% height, but that's not doing anything.
EDIT: I've gotten the container to reach the full height of the screen. Now, all I need to do is get the other two divs to do the same.
Question: Is there any way
Question: Is there any way to have 100% height inside a nested DIV whose height is set to 100% also?