Html
    Css
    Js

    
                        
* {
	padding:0;
	margin:0;
	list-style:none;
}
#one {
	width:100%;
	height:60px;
	background-color:rgb(255,189,102);
}
#two {
	width:100%;
	height:50px;
	text-align:center;
	background-color:rgb(102,181,255);
}
#three {
	width:100%;
	/* height:240px;
	*/
            text-align:center;
	background-color:rgb(102,255,217);
}

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

jQuery悬浮导航简易版

悬浮导航要有权重,最好加上z-index

0