IE7上的Div对齐问题

时间:2013-06-20 04:46:38

标签: css internet-explorer-7 alignment

我在这里有http://thornwoodfinehomes.com这个网站,在主页上我有一个居中的画廊,除了IE7之外,所有浏览器都是如此。在IE7中,画廊正在向右对齐。

我如何以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;
}

0 个答案:

没有答案