Forum Moderators: not2easy
#centercontent {
position: relative;
background: transparent;
margin-right:15%;
margin-bottom: 4;
margin-left: 4;
left:150px;
top:20px;
height:100%;
padding-top: 0px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px;
border-left:1px solid #<% = color %>;
border-right:1px solid #<% = color %>;
}
#colLeft { position: relative;width: 49%; float: left;padding: 0% 3% 50px 0%; clear: left; }
#colRight { position: relative;width: 51%; float: right; padding: 0% 0% 50px 1%; clear: right;
}
Col Left and right go into the centercontent div. I think the rest of the styles are irrelevant. Of course I've tried absolute positioning. Thankful for any ideas!
Aah, forgot to bring a few details. My menu is static to the left. I use the clear: both; after the two columns.
#centercontent {
position: relative;
left:150px;
top:20px;
background: transparent;
margin-right: 0px 15% 4px 4px;
height:100%;
padding: 0px 4px 4px 4px;
border-left:1px solid #<% = color %>;
border-right:1px solid #<% = color %>;
}
#colLeft
{
width: 49%;
float: left;
}
#colRight
{
width: 51%;
}