Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Dissapearing pictures (Firefox / Mac OSX) Re: Dissapearing pictures (Firefox / Mac OSX)

#117215
D3mon
Member

Oh wait, the bug is generated by the combination of multiple transforms and this code (I’m using LESS):

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
zoom:1;
&:before, &:after {
content:””;
display:table;
}
&:after { clear:both; }
}