We Recommend

Visual Basic 2008 Programmer's Reference Visual Basic 2008 Programmer's Reference
Visual Basic Orcas Programmer's Reference is a language tutorial and a reference guide to the upcoming Orcas release of Visual Basic. The tutorial provides basic material suitable for beginners but also includes in-depth content for more advanced developers.


Posted By

soxiam on 08/23/06


Tagged

css textmate clear float


Versions (?)


clearfix


Published in: Other 


  1. /*FLOAT CLEAR FIX*/
  2. .clearfix:after {
  3. content: ".";
  4. display: block;
  5. height: 0;
  6. clear: both;
  7. visibility: hidden;
  8. }
  9.  
  10. /* Hides from IE-mac \*/
  11. * html .clearfix {height:
  12. /* End hide from IE-mac */
  13.  

Report this snippet 

You need to login to post a comment.