XF 1.2 problems with social buttons-sprite.png

Echelon

Active member
Need help with this issue. trying for hours but cannot get it done. what am i doin wrong



need from this

sprite1.webp


to this

spr2.webp

to get this

spr3.webp


now its this every time

sprite2.webp


anybody can help me
 
What is the URL to your site, it'll be easier if direct access to the CSS being used is available. Or alternatively, you could provide the code you are using to display the links.
 
Your background positions are off, you need to edit them in the template. Facebook one is controlled by this:
Code:
html body a.fbLogin, html body #loginBar li a.fbLogin {
    background-position: -154px 0px;
}
You should be able to search from that.
 
Top Bottom