CSS3 Background Image Auto Ajust

background auto ajust { background: url(http://shoptalkshow.com/wp-content/themes/shoptalk/images/itunes-icon.png) no-repeat; height: 0; padding-top: 100%; /* Make height == width */ -webkit-background-size: 100% auto; /* Saf3-4 */ -moz-background-size: 100% auto; /* FF3.6 */ background-size: 100% auto; /* Opera, IE9, Saf5, Chrome, FF4 */ }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.