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.
私はウェブサイトを開発していますが、IE9 では私のレイアウトだけがそのような問題を抱えていることに突然気付きました (最近閲覧した他のウェブサイトとは異なります)。
ページの周りに削除できない灰色の境界線があります。
私はすでに持っていてbody{margin:0;padding:0;}試してみhtml,body{margin:0;padding:0;}ましたが、それでも存在し続けました。
body{margin:0;padding:0;}
html,body{margin:0;padding:0;}
ここに小さなスクリーンショットがあります
この境界線を取り除くのを手伝ってください。
そのスペースを削除するには、これを css に追加するだけです。
body { margin:0px; }
これらの境界線は Internet Explorer 自体のものであり、削除することはできません。