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: relative; を使用します。<body>タグに。私の問題は、たとえば、jQuery ui 日付ピッカーまたは絶対に配置されたものを作成すると、左右に +- ~200px 表示されることです。これに対する回避策はありますか?ありがとう
<body>
<div>ページ全体の周りにコンテナーを作成し、position: relative代わりにそれを設定します。
<div>
position: relative