Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
だから私は体の残りの部分の中に水平メニューを持っています.. 私はこのメニューを位置でフローティングさせたいです:ページを下にスクロールすると固定されます どうすればいいですか?:) ありがとう!
<div id="bar">I am a navigation bar.</div>
div#bar{ height: 50px; position: fixed; bottom: 0px; background: green; }
ここでは、水平バーが下にくっつきます。