Clear floats without structural markup


SUBMITTED BY: Guest

DATE: Jan. 15, 2014, 9:51 p.m.

FORMAT: CSS

SIZE: 329 Bytes

HITS: 727

  1. .clearfix
  2. {
  3. display: inline-table;
  4. /* Hides from IE-mac \*/
  5. height: 1%;
  6. display: block;
  7. /* End hide from IE-mac */
  8. }
  9. html>body .clearfix
  10. {
  11. height: auto;
  12. }
  13. .clearfix:after
  14. {
  15. content: ".";
  16. display: block;
  17. height: 0;
  18. clear: both;
  19. visibility: hidden;
  20. }

comments powered by Disqus