怎么将导航栏始终固定在窗口顶部,类似bootstrap 的navbar-fixed
1个回答
2017-05-08
展开全部
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>百度知道回答</title>
<style type="text/css">
* {margin:0;padding:0;}
nav {
width:100%;
height:80px;
position:fixed;
top:0px;
background:red;
}
</style>
</head>
<body>
<nav>
</nav>
</body>
</html>
position:fixed; 绝对定位
top:0px; 意思是固定在顶部,如果是bottom:0px; 那就是固定在底部!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询