My own .clearfix concoction | thedotmack.


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. br.clearfix, li.clearfix {
  2. display:block !important;
  3. float:none !important;
  4. height:0 !important;
  5. line-height:0 !important;
  6. font-size:1px !important;
  7. clear:both !important;
  8. }

URL: http://www.thedotmack.com/2010/05/09/my-own-clearfix-concoction/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.