Divs float right

Sic

Sic

Soldato
Joined
9 Nov 2004
Posts
15,365
Location
SO16
same here:

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