Hello,
I'm having problems with a two column layout. The right-hand side looks fine, but the main content area ends up being below it and to the left. Here is what I've done, can anyone tell me what the problem is...I'm pretty sure it's my calculations, but I've tried so many different combinations. Thanks for your help.
Code:
#body .content {
border: 0px;
float:left;
width:550px;
margin:10px 10px 10px 10px;
min-height:500px;
_height:500px
}
#body .rightmenu {
border-left: 1px dotted;
width:180px;
margin:10px 10px 10px 579px;
padding-left:10px;
height:350px;
}