cleardoes in css?
Thanks a lot.
EDIT: I've had a look at W3 Schools but I just don't get it..... Hoping someone here can explain it better?
Posted 09 February 2009 - 08:47 PM
cleardoes in css?
Posted 09 February 2009 - 08:56 PM
Posted 09 February 2009 - 08:59 PM
#one {
width:100px;
height:100px;
float:left}
#two {
width:100px;
height:100px;
float:left;
clear:left;}<div id="one"></div> <div id="two"></div>