Return to Snippet

Revision: 13502
at April 26, 2009 14:33 by justinseiter


Initial Code
.hide{ /* Hide stuff without resorting to display:none; */
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}

Initial URL
http://csswizardry.com/web-design+/

Initial Description


Initial Title
Hide Without Using Display:None

Initial Tags
css

Initial Language
CSS