ここにこのサイトhttp://thornwoodfinehomes.comがあり、ホームページには中央のギャラリーがあり、これは IE7 を除くすべてのブラウザーに当てはまります。IE7 では、ギャラリーは右揃えになっています。
これをie 7の中央に配置するにはどうすればよいですか?
ギャラリーの div 構造は.tn3gallery1
, .tn3e-gallery
, .tn3e-image1
... 以下は CSS です。
.tn3gallery1 {
margin-left: -42px;
margin-top: -30px;
}
.tn3e-gallery {
position: relative;
width: 1067px;
height: auto;
line-height: normal;
}
.tn3e-image {
border: 3px solid #93928D;
position: absolute;
left: 20px;
top: 20px;
width: 1067px;
height: 450px;
background-color: #000000;
}