J-o-h-n-n-y
02-08-2006, 10:45 AM
Hi,
I have just started re-designing my site to use CSS rather than tables. Part of my code is this:
div.left { text-position: center; float: left; width: 25%; background-color:
#FF9999; padding: 3px; border-width: 0px; border-bottom-width: 20px;
border-right-width: 20px; border-color: #FF3333; border-style: solid;
rightmargin: 20px; margin-right: 8px; }
However, I want that box to continue all the way to the bottom of my page no matter how much text is in the box or how big the page is. I've tried 'height: 100%;', and several other things.
Is this even possible?
I have just started re-designing my site to use CSS rather than tables. Part of my code is this:
div.left { text-position: center; float: left; width: 25%; background-color:
#FF9999; padding: 3px; border-width: 0px; border-bottom-width: 20px;
border-right-width: 20px; border-color: #FF3333; border-style: solid;
rightmargin: 20px; margin-right: 8px; }
However, I want that box to continue all the way to the bottom of my page no matter how much text is in the box or how big the page is. I've tried 'height: 100%;', and several other things.
Is this even possible?