Forums

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

Home Forums CSS Clearfix question Re: Clearfix question

#142718
PicnicTutorials
Participant

Here is all that is necessary if you are no longer supporting ie6/7.

.contain:after {
content:”;
display:block;
clear:both;
}