Divs float right

Associate
Joined
5 Feb 2006
Posts
129
Location
Birmingham
When i float two divs to the right they appear alongside each other, i want them to appear under each other, is this possible!
 
same here:

Code:
.clear_both {
  clear: both;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}
 
Back
Top Bottom