Is there a way to allow a background image URL in the stylesheet to be variable, depending the running host?
.sprites {background: url(img/index.png) transparent no-repeat top left;}
I mean, an option could be to use 2 stylesheets, using PHP to choose which one to load depending on the running host, however I'd rather prefer to use just one