/ Published in: HTML
If you use hidden text spans inside link buttons instead of an image tag, addthis menus seem to attach to the page top instead of the link. For some reason a strong tag used the same way works.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<style> a.addthis_button span, a.addthis_button strong { display:none; } </style> <!-- ADDTHIS BUTTON BEGIN --> <script type="text/javascript"> var addthis_config = { pubid: "YOUR-PROFILE-ID" } </script> <a href="http://www.addthis.com/bookmark.php?v=250" <a href="http://www.addthis.com/bookmark.php?v=250" <!-- ADDTHIS BUTTON END -->
URL: http://www.addthis.com/help/default-code