Created
March 19, 2012 10:28
-
-
Save ethertank/2106803 to your computer and use it in GitHub Desktop.
Clearfix
This file contains 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
@charset "utf-8"; | |
/* | |
※未検証。これだと古いIEが死ぬかな。でも育て甲斐がありそうな気がする。 | |
※参考URL: http://norisfactory.com/stylesheetlab/000038.php | |
※データ: http://blog.ethertank.jp/2010/05/01-19:13:22 | |
*/ | |
.clearfix { zoom: 1; } | |
.clearfix:after { | |
content: url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEHAAIALAAAAAABAAEAAAICVAEAOw==); | |
display: block; | |
clear: both; | |
height: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what does this do:
content: url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEHAAIALAAAAAABAAEAAAICVAEAOw==);