ウェブサイト mrandmrsmagic.com をアップロードしましたが、最大化すると問題なく表示されますが、最小化すると半分しか表示されません (最大化するとスクロール バーが表示されるため、スクロール バーを取り除きました。 )。サイト自体は、Photoshop でスライスしてから 5 つの異なる背景画像を使用しました (ゼロからサイトを構築してからしばらく経っているので、コーディングはおそらくかなり面倒です)。体。
#body {
width: 1024px;
height: 583px;
marin: 0;
padding: 0;
position: relative;
left: 448px;
top: -128px;
background: url(../images/body_02.jpg) no-repeat left top;
}
#body2 {
width: 1024px;
height: 583px;
position: relative;
left: 448px;
top: -128px;
background: url(../images/body2_02.jpg) no-repeat left top;
}
#body3 {
width: 1024px;
height: 583px;
position: relative;
left: 448px;
top: -128px;
background: url(../images/body3_02.jpg) no-repeat left top;
}
#body4 {
width: 1024px;
height: 583px;
position: relative;
left: 448px;
top: -128px;
background: url(../images/body4_02.jpg) no-repeat left top;
}
#body5 {
width: 1024px;
height: 583px;
position: relative;
left: 448px;
top: -128px;
background: url(../images/body5_02.jpg) no-repeat left top;
}
#body6 {
width: 1024px;
height: 583px;
position: relative;
left: 448px;
top: -128px;
background: url(../images/body6_02.jpg)
}
高さを取り除いて幅を100%にしてみましたが、改善されず、ほとんど最悪になりました。5つのdivを保持できるCSSを切り替える方法はありますか? 最初の div タグを 1 つだけ作成してから、body 用に 5 つの class タグを作成する必要があるかもしれません。それは可能でしょうか?ありとあらゆる助けをありがとう、ありがとう。