Hi all,

I can't get my head around this... I'm adding this to my tpl_product_info_display.php:

PHP Code:
<!-- AddThis Button BEGIN --><div class="rss">
<
a href="http://www.addthis.com/bookmark.php?v=250" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4a27efa60d847c57"></script>
<!-- AddThis Button END --></div> 
Perfect, all is working but the button is just a touch off to the left and too high... so... here's where it gets weird.... I add this to my stylesheet, the button moves beautifully into position, BUT when I hover over it has lost all functionality:

PHP Code:
.rss {position:relativetop:69pxleft:145px;} 
Can anyone explain this?