不定高,好像使用锚点返回不了顶部啊
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>2-5、定位回到顶部</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
html,body {
width: 100%;
height: 100%;
font-size: 14px;
}
header {
height: 35px;
background: #666;
}
header a {
line-height: 35px;
color: #fff;
text-decoration: none;
margin: 0 15px;
}
.container {
height: 200%;
}
a[href="#top"]{
position:fixed;
right:10px;
bottom:10px;
display:block;
width:40px;
height:40px;
background:#bbb;
text-decoration:none;
color:#fff;
line-height:20px;
text-align:center;
}
</style>
</head>
<body>
<header>
<a name="top"></a>
<a href="">首页</a>
<a href="">新课程</a>
<a href="">热门课程</a>
</header>
<div class="container"></div>
<a href="#top">返回<br>顶部</a>
</body>
</html>
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星