Created
April 14, 2009 20:41
-
-
Save adamstac/95414 to your computer and use it in GitHub Desktop.
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
/* ----------------------------------------------------- | |
P.I.E. FLOAT CLEARING | |
www.positioniseverything.net/easyclearing.html | |
----------------------------------------------------- */ | |
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } | |
/* Fixes IE/Mac */ | |
.clearfix { display: inline-block; } | |
/* Hides from IE-mac \*/ | |
* html .clearfix { height: 1%; } | |
.clearfix { display: block; } | |
/* End hide from IE-mac */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment