View Single Post
Old 11-30-2009, 09:24 PM  
Killswitch - BANNED FOR LIFE
Guest
 
Posts: n/a
Code:
.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearFix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}
/* close commented backslash hack */
*, html {
	margin: 0;
}
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote