How can I scale an image in a CSS sprite - Stack Overflow
Here's what I did to do this. Keep in mind it won't work on IE8 and below. #element { width:100%; height:50px; background:url(/path/to/image.png); background-position:140.112201963534% 973.333333333333%; } The background image's width will scale down as ....