現在、多くの Web サイトでは、ページが特定の高さまでスクロールすると、メニュー バーがページの上部に固定されます。実際には、位置の値を変更することです。
html コード:
="text /css">
.wrapper{width:1000px;height:2000px;margin-left:auto;margin-right:auto;}
.header{height:150px;}
# nav{パディング :10px;position:relative;top:0;background:black;width:1000px;}
a{display:inline-block;margin:0 10px;*display:inline;zoom:1;color:白;}
>
"text/javascript" src="menuFixed.js">