我正在使用“Go top top”按钮,在我的页面上有一个平滑的滚动效果(右边的箭头): http://itu.dk/people/mbul/buch/project.html
<body id="gototop">
<a href="#gototop"><img class="nav_gototop" src="img/gototop.png" alt="Go to top"></a>
.nav_gototop{
position: fixed;
bottom: 50%;
right: 2.5em;
z-index: 999;
}
它可以在Chrome中完美运行,但在Firefox中它会移到顶部,但后来跳到标题 - 我无法弄清楚原因。有人可以帮忙吗?