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.
ズームアウトすると左に移動し、ズームインすると右に移動します ここに私のコードがあります:
.google { position:absolute; display:block; right:200px; width:728px; top:90px; border-left: 1px solid black; }
どうすればこれを修正できますか? ありがとう!
ねえ今、このように体に与えます min-width
min-width
body{ min-width:1000px; }
そして、私はあなたのレイアウトを見ました。スタイルシートのこのcssにいくつかのエラーを追加し、検索フォームのいくつかのエラーを削除しました
必要な場合
.onethousand_wrap { height: 30px; margin: 0 auto; overflow: hidden; position: relative; width: 1000px; }