novemberGrey
02-24-2008, 09:35 PM
Hey I'm trying to make this website (http://spencer-designs.com/Stor-it/) I'm working on be vertically fluid, and I can't figure out how to get the side column on the right to vertically extend depending on how much content there is in the main <DIV>. Here is my CSS...
/* Main */
#main {width: 745px; height: auto; border-bottom: 1px solid #b5d1ee; background: #eff7fa url('http://www.spencer-designs.com/Stor-it/global/images/main.gif') repeat-x; overflow: hidden;}
/* Content */
#content {width: 475px; height: auto; float: left; background: transparent url('http://www.spencer-designs.com/Stor-it/global/images/contentShadow.jpg') no-repeat top right;}
/* Column */
#column {width: 269px; height: auto; float: right; border-left: 1px solid #b5d1ee; background-color: white;}
/* Main */
#main {width: 745px; height: auto; border-bottom: 1px solid #b5d1ee; background: #eff7fa url('http://www.spencer-designs.com/Stor-it/global/images/main.gif') repeat-x; overflow: hidden;}
/* Content */
#content {width: 475px; height: auto; float: left; background: transparent url('http://www.spencer-designs.com/Stor-it/global/images/contentShadow.jpg') no-repeat top right;}
/* Column */
#column {width: 269px; height: auto; float: right; border-left: 1px solid #b5d1ee; background-color: white;}