Hi nfsarmento,
Can you describe little more your issue?
Are you talking about hover effect (increasing width) on social buttons?
You can send me your query on my email [email protected]
Thanks
Raghunath
Hi Raghunath,
Thank you very much for replying to my request. Yes I am talking about the hover effect from buttons . I can you please help me to remove it.
Thanks
Nuno
Hi Raghunath,
If you kindly just tell me where in the code I can remove it… please .
Thanks
Nuno
Hi Raghunath,
I guess is somewhere here on the code bellow. I just wonder if you can pint point where about .
i really appreciate if you can help me.
Thanks
Nuno
‘jQuery(“div#csbwfs-tw a”).hover(function(){
jQuery(“div#csbwfs-tw a”).animate({width:animateWidth});
},function(){
jQuery(“div#csbwfs-tw a”).stop( true, true ).animate({width:defaultAnimateWidth});
});’
Hi
I have managed to do it. I simple have changed the values here:
where 45 is the fix value for my image and replace the animateWidth-10 to animateWidth-0 and animateHeight-2; to animateHeight-0;
animateWidth=”45″;
defaultAnimateWidth= animateWidth-0;
animateHeight=”45″;
defaultAnimateHeight= animateHeight-0;’;
Anyway thanks for replying to my request.
Nuno