我有一個非常艱難的時間搞清楚爲什麼IE7添加額外的填充到這個頁面!IE7顯示問題(添加額外的頂部邊距)
這是IE7是這樣做的: http://imgur.com/lwyRI.png
正確的頁面必須連接到上圖中的三個黑色標籤。 這是它應該看起來如何:也存儲在imgur:64qbf.png (我只允許一個鏈接)
頁面鏈接可以在img中找到。 (再次我只能發佈一個鏈接)
請幫忙!
CSS代碼:
<style type="text/css">
#background{
background-image: url(/images/store/vaporIronBK.jpg);
background-repeat:no-repeat;
height:auto;
width:665px;
margin-top:125px;
margin-left:228px;
padding-top:5px;
font-size:15px;
}
#background a {
color: #ffffff;
text-decoration: none;
}
#background a:hover {
color: #de156d;
}
#videoLinks {
margin-top:52px;
height: 100px;
}
#buy{
width:400px;
float:left;
clear:both;
padding-left:235px;
color:#000000;
}
#video {
float: right;
left: 683px;
margin-left: 35px;
margin-top: 166px;
width: 200px;
color: #000000;
}
#video a {
text-decoration: none;
color: #000000;
}
#video a:hover {
color: #de156d;
}
#footnotes {
color:#ffffff;
margin-top: 37px;
}
#bottom-text {
margin-left:40px;
margin-top:445px;
width:575px;
}
#bottom-text a {
color: #de156d;
text-decoration: none;
}
#bottom-text a:hover {
color: #000000;
}
#bottom-text p {
text-align: justify;
}
#bottom-text h2 {
font-size: 25px;
color: #000000;
padding-bottom: 10px;
}
#bottom-text h3 {
padding-bottom: 5px;
}
#bottom-text p {
padding-bottom: 20px;
}
#bottom-text .header-text {
padding-bottom: 25px;
}
#bottom-text p.taylor-image {
text-align: center;
}
.tabs {
height: 30px;
width: 180px;
float: left;
margin-left: 30px;
padding-top: 10px;
}
</style>
你需要包含一些示例代碼/ css /東西。我們無法從靜態圖像調試... – FatherStorm 2010-12-17 22:48:14
很難說實際上沒有一些代碼。至少爲該頁面的該部分添加CSS /屬性定義如何?還是你使用了一些所見即所得的編輯器,但不知道實際的HTML/CSS? – Mario 2010-12-17 22:49:21
請發佈一些html和css。有了它,它就會像算命先生 – Fatih 2010-12-17 22:51:33