Skip to content

Instantly share code, notes, and snippets.

@goonoo
Created August 1, 2013 04:25
Show Gist options
  • Save goonoo/6128398 to your computer and use it in GitHub Desktop.
Save goonoo/6128398 to your computer and use it in GitHub Desktop.
CSS code to clear float
/* old IE(~7) clearing float */
.clear{*zoom:1}
/* modern browser include IE(8~) clearing float */
.clear:after{content:" ";display:block;clear:both}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment