Skip to content

Instantly share code, notes, and snippets.

@ethertank
Created March 19, 2012 10:28
Show Gist options
  • Save ethertank/2106803 to your computer and use it in GitHub Desktop.
Save ethertank/2106803 to your computer and use it in GitHub Desktop.
Clearfix
@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;
}
@SilverNodashi
Copy link

what does this do:

content: url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEHAAIALAAAAAABAAEAAAICVAEAOw==);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment