Quote:
Originally Posted by abduraooft
Do it like
Code:
...
.leftbar{
margin-right:200px;
}
|
Yeah, I guess I should have added a margin. I didn't see the OP's last paragraph.
To the OP: without that margin, the un-floated content in the left column will wrap under the right-hand float if there's enough content in the left column to make it taller than the floated column. That will spoil the two-column effect (assuming that's what you're going for).