You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "clearfix hack" is a way to clear floats without adding extra markup, because otherwise some browsers let floats overflow their parent div. The code in question looks like a solution that works on as many browsers as possible (e.g. including IE for Mac).
If we're only supporting IE 8 and up, looks like we can use this:
A few issues here:
.clearfix
is defined twice for some reason, with different values* html .clearfix { height: 1%; }
?Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: