플로트 해제01(클리어 픽스) .container{ outline:1px #00f dotted; padding:10px; background:#ffcccc;} .column{ width:100px; height:100px; outline:1px #f00 dotted; float:left;} .clearfix{clear:left; display:block;} one two three * 필요이상으로 div를 많이 쓰는 걸...
원문 링크 : 플로트 해제01(clear fix)