Return to Snippet

Revision: 34804
at October 28, 2010 08:05 by gaborage


Initial Code
.clear {     
clear:both; 	
display: block; 	
height: 0; 	
overflow: hidden; 	
visibility: hidden; 	
width: 0;     
line-height: 0;     
font-size: 0px; 
}

Initial URL


Initial Description


Initial Title
CSS Clear - Cross browser

Initial Tags
css, browser

Initial Language
CSS