0

我有这个网站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;
}
4

0 回答 0