Why is this happening? Think it is an issue with clearfix?

WHITESOX4EVA

New Member
Here is the issue: As you can see on the left the floated elements do not align, and on the right they do.http://i.stack.imgur.com/Qx8Zs.jpgThis doesn't happen all the time, and it isn't browser specific (AFAIK) - it corrects itself upon refresh... I'm thinking it's a problem with the clearfix? CSS below.\[code\].clear:after { clear: both; content: "."; display: block; font-size:0; height: 0; visibility: hidden; }.clear { display: inline-block; }* html .clear { height: 1%; } /* Hides from IE-mac \*/.clear { display: block; }\[/code\]
 
Back
Top