我在这里有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;
}