I need to create a div witch will be filled with another image, in the pocket of the image above:

The image don’t have a fixed size, so it needs to be repeated.
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.
Look at CSS3 transforms, specifically
rotate(possibly using skew, depending on your use case). You’ll probably have to put the picture behind the pants, in order to get it to be the right shape.