Lets say this is our sprite

(please ignore the black forms) Is there a way to repeat the gray -on the left- tiled image so it looks like a repeated background?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nope, as far as I know, this is not possible, not even in CSS3.
You will need to separate the images.
There is the
background-clipproperty but that controls the clipping of the background image in relation to its container, which is something else.