Html
    Css
    Js

    
                        
 * {
	margin:0;
	padding:0;
}
nav {
	position:fixed;
	width:100%;
	height:60px;
	line-height:60px;
	background:#f0f0f0;
	z-index:999;
}
ul {
	overflow:auto;
	margin-left:30px;
}
ul li {
	float:left;
	list-style:none;
	margin:0 20px;
}
ul li a {
	color:black;
	text-decoration:none;
	cursor:pointer;
}
div {
	height:500px;
	margin:0 0 0 50px;
	position:relative;
	top:90px;
}
.action {
	color:red;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

导航栏滚动监听

原生js效果实现类似于滚动监听,类似于锚点链接,但是产生了动画的效果

1
      罄?一瞥0
      2017/8/28 17:28:41

      小bug 点击“第二章”后,“第一章”变红色,以此类推!

      回复