Well, depending on how possible it is, you can do the following:
.rightDiv
{
float: left;
margin-left: 400px;
width: 400px;
}
.leftDiv
{
float: right;
margin-right: 400px;
width: 400px;
}
I have not tested it, but basically you want to swim it wrong, and then use the margin to push it back to the center line.
source
share