alank2
06-12-2012, 02:04 PM
Hi,
Does it have to do with clearing? I would like the border between the left and right panes to autosize to the pane that is taller...
.main
{
height: 500px;
background: #ffffff;
color: #000000;
}
.leftpane
{
float: left;
width:610px;
border-right: 5px solid #000;
padding: 20px;
padding-top: 0px;
}
.rightpane
{
float: left;
width:280px;
padding: 20px;
padding-top: 0px;
}
Thanks,
Alan
Does it have to do with clearing? I would like the border between the left and right panes to autosize to the pane that is taller...
.main
{
height: 500px;
background: #ffffff;
color: #000000;
}
.leftpane
{
float: left;
width:610px;
border-right: 5px solid #000;
padding: 20px;
padding-top: 0px;
}
.rightpane
{
float: left;
width:280px;
padding: 20px;
padding-top: 0px;
}
Thanks,
Alan