我有一个 wordpress 模板,其中包括来自 addthis 的一组共享按钮
<ul class="addthis extra">
<li class="addthis-hold">
<div class="addthis_toolbox" addthis:url="<?php the_permalink(); ?>">
<a class="addthis_button_compact" href="<?php the_permalink(); ?>"><img src="<?php echo GOODLAYERS_PATH; ?>/images/compact.png" width="102px" height="23" alt="email" /></a>
<a class="addthis_button_twitter" href="<?php the_permalink(); ?>"><img src="<?php echo GOODLAYERS_PATH; ?>/images/twitter-addthis.png" width="42" height="23" alt="twitter" /></a>
<a class="addthis_button_facebook" href="<?php the_permalink(); ?>"><img src="<?php echo GOODLAYERS_PATH; ?>/images/facebook-addthis.png" width="42" height="23" alt="facebook" /></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-51238bfa52ea314a"></script>
</li>
</ul>
其次,我的元素上绑定了一个同位素/砌体插件,每个元素上都有一个 addthis 元素。见下图:
因此,当我将 addthis_button_compact 悬停时,如果我将鼠标悬停在此对象下方的对象上,它会改变定位,但它只会改变顶部:X; 位置..