Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Clear floats without structural markup
SUBMITTED BY:
Guest
DATE:
Jan. 15, 2014, 9:51 p.m.
FORMAT:
CSS
SIZE:
329 Bytes
Raw
Download
Tweet
HITS:
727
Go to comments
Report
.
clearfix
{
display
:
inline-table
;
/* Hides from IE-mac \*/
height
:
1
%
;
display
:
block
;
/* End hide from IE-mac */
}
html
>
body
.
clearfix
{
height
:
auto
;
}
.
clearfix
:
after
{
content
:
"."
;
display
:
block
;
height
:
0
;
clear
:
both
;
visibility
:
hidden
;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus