Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Created December 9, 2010 08:40
Show Gist options
  • Save rummelonp/734492 to your computer and use it in GitHub Desktop.
Save rummelonp/734492 to your computer and use it in GitHub Desktop.
CSSハック
/* Clearfix */
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*\・*//*/
height: auto;
overflow: hidden;
/**/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment