http://jsfiddle.net/GuXQZ/3/ <-(私のhtml+cssコード)
メイン メニューを下にスクロールしたときにメニューを下のヘッダーで停止させる方法。答えの前にタイ...
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 */
}