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.
だから私は左に浮かんでいるナビゲーションメニューを持っています。コンテナに影響を与えずに、もっと右に移動したいと思います。パディングまたはマージンを使用すると、移動します。
position: absolute;
コンテナを左に移動して最小化するだけです。
[解決済み]
すべてのヘルプは高く評価されていますが、html/css はまだかなり新しいものです。
あなたは探している
position: relative; left: 100px; /* or however far you want to move it to the right */
メニュー
position: absolute; margin-left: 100px;