I have a clearfix which clears in FF but not IE6 on a validating page. I have had it the other way round but IE6 behaving itself is a little unusual.
Any suggestions?
Keith
Any suggestions?
Keith
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
/* clearfix styles */
.clearfix:after {
clear: both;
display: block;
content: ".";
height: 0px;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
li.clearfix {
display: list-item;
}
/* End hide from IE-mac */
.clearer { clear:both;visibility:hidden; }