Ok so I'm using the SocialTwist tellafriend on a website, but the problem is the code they give is for an image.
I want to keep the same features of the code but have it applied to text instead of an image. At the moment I'm doing this by removing the image url which forces it to display the alt text. The problem is this looks fine in Firefox, but in IE it looks iffy. Any idea how to change?
Code:
<script type="text/javascript" src="http://cdn.socialtwist.com/2009081823242/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009081823242/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009081823242', window.location, document.title)" onclick="STTAFFUNC.cw(this, {id:'2009081823242', link: window.location, title: document.title });"/></a>