Where you have:
background-position: 3% 45%;
Try using px values instead of percentages. So change the 3% and 45% to the offset of the image you want, something like 3px 45px.
You could also replace 3% and 45% with 'top left' to fix the position to the top left..
betamax
2010-08-02 10:54:09