float:left;
width:250px;
margin-right:-250px;
A negative right margin equal to this left float's width allows the right float to completely slide on top of it now.
float:right;
width:400px;
Reduce your browser window to slide this float on top of the left float.