CSS – Background Size with cross browser compatibility.
The Source Code to copy/paste:
1 2 3 4 | .background-size { -webkit-background- size : 100% 100% ; /* Safari 3-4 */ background- size : 100% 100% ; /* Chrome, Firefox 4+, IE 9+, Opera, Safari 5+ */ } |