Html
    Css
    Js

    
                        
* {
	padding:0;
	margin:0;
}
body {
	width:1500px;
	background-color:#00FFFF;
}
p {
	line-height:80px;
	height:80px;
}
#box {
	background-color:red;
	width:100%;
	line-height:50px;
	height:50px;
}
.box1 {
	position:fixed;
	top:0px;
	left:0px;
}

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

导航条固定导航

更新时间:2020-10-09 00:59:07

1