/ Published in: CSS
thanks to Perishable Press
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.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 */ }