Html
    Css
    Js

    
                        
* {
	padding:0;
	margin:0;
}
body {
	margin-top:40px;
}
#header {
	height:40px;
	line-height:40px;
	position:fixed;
	width:100%;
	top:0px;
	border-bottom:1px solid red;
	color:#000;
}
#main {
	height:2000px;
	color:#000;
}
#header ul li {
	float:left;
	width:25%;
	text-align:center;
	list-style:none;
}

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

仿安卓透渐变导航

0