groups

name language licence
8 font stacks CSS Other
CSS3 border radius CSS Other
@fontface Other Other
css clearfix Other Other
blueprint class HTML Other
round corner hack CSS Other
blueprint add CSS Other
sticky footer HTML Other

< 1 2 >



language: Other
licence: Other

css clearfix

options: view full snippetsend to code collector
<style type="text/css">

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

</style><!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
	
(Continues...)