Hi,
is it possible to make CSS Sprites technique work well with background repeat? Thanks!c
Hi,
is it possible to make CSS Sprites technique work well with background repeat? Thanks!c
Generally not. It could be done if the repeating images:
It's possible with repeat-x & repeat-y, however you'll have to take this into consideration when designing your sprite.
For example you may have one sprite for general buttons, components, etc and another sprite for handling horizontal backgrounds.