We Recommend

ASP.NET 3.5 Unleashed ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.


Posted By

soxiam on 03/27/07


Tagged

css clear floats cfx


Versions (?)


cfx


Published in: Other 


  1. /*clear floats*/
  2. .cfx:after {
  3. content: ".";
  4. display: block;
  5. height: 0;
  6. clear: both;
  7. visibility: hidden;
  8. }
  9. .cfx {
  10. display: inline-block;
  11. }
  12. .cfx {
  13. display: block;
  14. }
  15. * html .cfx {
  16. height: 1px;
  17. }

Report this snippet 

You need to login to post a comment.