Return to Snippet

Revision: 25217
at March 23, 2010 14:59 by adambundy


Initial Code
.background-size { 
	background-image: url(http://domain.tld/path/bg.png);
	-webkit-background-size: 50% 50%; /* Safari  */
	-khtml-background-size: 50% 50%;  /* Konquer */
	-moz-background-size: 50% 50%;    /* Firefox */
	-o-background-size: 50% 50%;      /* Opera   */
	background-size: 50% 50%;	  /* CSS3    */
	}

Initial URL


Initial Description
thanks to Perishable Press

Initial Title
css3 background sizing

Initial Tags
css, CSS3

Initial Language
CSS