悬浮回到顶部代码
Posted 怪咖咖
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了悬浮回到顶部代码相关的知识,希望对你有一定的参考价值。
<div id="floatPanel"> <div class="ctrolPanel" style="right:20px;"> <a class="arrow" href="#"><img title="点击回到顶部" src="images/huidao.jpg" /></a> </div> </div>
#floatPanel .ctrolPanel{width:60px;;height:60px;position:fixed;right:25px;top:85%;overflow:hidden;z-index:10000;}
以上是关于悬浮回到顶部代码的主要内容,如果未能解决你的问题,请参考以下文章