http://jsfiddle.net/GuXQZ/3/ <-(我的html+css代码)
向下滚动主菜单在底部标题处停止时如何使菜单在底部标题处停止。ty之前回答...
body{
background: #83DF13;
font-family: Arial;
margin: auto;
}
#index{
background: #BCAEA4;
height: 35px;
padding: 0px 25px;
position: fixed;
top:0;
width: 100%;
}
/*Header Option*/
#header{
background: #fff;
width: auto;
margin: 45px 10px 10px 10px;
padding: 10px 10px;
height: 250px;
border-radius:10px;
-moz-border-radius:10px; /* Old Firefox */
}
#Link{
background: #fff;
width: auto;
height: 45px;
margin: 10px;
padding: 10px;
border-radius:0px 0px 10px 10px;
-moz-border-radius:0px 0px 10px 10px; /* Old Firefox */
}