Could someone please let me know how to customize the code below so that the buttons then hover as layer over any section of a webpage? In other words, I'm not simply trying to insert the buttons within a table but need to position the buttons over any section of a webpage (over an image, a table, etc.) Thanks!
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=modernbeats"></script>
<!-- AddThis Button END -->
This question is closed to new answers.