Skip to content

Instantly share code, notes, and snippets.

@ljyf5593
Created October 17, 2013 03:06

Revisions

  1. ljyf5593 created this gist Oct 17, 2013.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    .clearfix:before, .clearfix:after {
    content:"";
    display:table;
    }
    .clearfix:after{
    clear:both;
    }
    .clearfix{
    *zoom:1;/*ie6,7*/
    }