几乎所有的主题,我需要使用javascript来获得这个pr,也许css会很适合?另外,我需要该解决方案来与IE6很好地协同工作。
如果javascript是唯一解决方案,那么如何使div动画平滑地改变位置?
非常感谢你的帮助
发布于 2013-06-14 04:44:02
如下所示:
<div style="position: fixed;bottom: 0px;right:0px;">
This would be on the buttom of the page regardless to scroll.
</div>发布于 2013-06-14 05:22:16
您可以在CSS中使用calc()将其固定在页面的底部。
Check out the CSS Hacks article explaining some of the use cases of calc().
https://stackoverflow.com/questions/2530044
复制相似问题