Last-modified: 2011-12-26 (月) 01:24:43
HTML・CSS/回りこみを解除する


状況

floatで回りこみを作ったが、不要となったときなど。

確認したときの環境

方法

  1. [clear: both;]を使う。
    Everything is expanded.Everything is shortened.
      1
      2
      3
    
    -
    |
    !
    
    div#center_column div#note {
        clear: both;
    }