How do I repeat a portion of a background image
Is it possible to repeat-x and repeat-y just a specific portion of a开发者_StackOverflow中文版n image sprite? I can obviously separate the image into different files, but I was hoping there's a more efficient way of doing it.
Not for background - CSS3 provdes this for borders. You can combine a tiled background with a sliced border to achieve the desired effect. (Browser support is not complete, though)
精彩评论