I need put one only one part of my sprites image as a div background but the result is this:
And I pretend this:
I need, use only one sprites image in my template (requirement from my boss). I need help for this.
My html:
<div class="background"></div>
My Css:
.background {width: 100%;
height: 166px;
background-size: 93px 166px;
background: url('library/images/sprites.png') -150px 0px repeat-x;
}