Created
December 9, 2010 08:40
-
-
Save rummelonp/734492 to your computer and use it in GitHub Desktop.
CSSハック
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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