/ Published in: CSS
Expand |
Embed | Plain Text
/* Clearing */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block;/*A fix for IE mac*/ } *html .clearfix {/*the holly hack for a bug in IE6 for Windows*/ height: 1%; } .clearfix { display: block;/*the holly hack for a bug in IE6 for Windows*/ }
You need to login to post a comment.
