此頁面http://winteradagency.com/Arvin/incentives/lenders.htm在除IE6之外的所有瀏覽器中看起來都不錯。出現問題的是那些需要放在中心圖片頂部的大字,說「貸方扣除」。在IE6中,他們正在向右移動,導致瀏覽器窗口進行水平滾動。絕對定位的標記在IE6中不起作用
我需要使用這些單詞的2個不同實例來創建人造陰影外觀。所以一個是在另一個的頂部,而在兩個方向都是一個像素。
我使用這個網站碼:
<div id="centerInc">
<p class="centerAlign3">Deductions for Lenders</p>
<p class="centerAlign2">Deductions for Lenders</p>
</div><!--end center image div-->
,這裏是從styles.css的網站上的CSS:
#container #centerInc {
background-image: url(images/IncCenter.jpg);
height: 183px;
width: 875px;
margin-top: 160px;
float: left;
font: bold 2.6em Georgia, "Times New Roman", Times, serif;
color: #FFF;
background-repeat: no-repeat;
text-align: right;
position: absolute;
}
.centerAlign2 {
font: normal 1.15em Georgia, "Times New Roman", Times, serif;
color: #FFF;
position: absolute;
width: 860px;
margin-top: 115px;
}
.centerAlign3 {
font: normal 1.15em Georgia, "Times New Roman", Times, serif;
color: #000;
position: absolute;
width: 861px;
margin-top: 114px;
}
任何想法,將不勝感激。我仍然是一個真正的新秀。 謝謝!
是的,我已經決定忘記嘗試在圖片上添加文字,並且僅僅使每個圖片都已經包含文字。 – Drea 2009-11-30 20:23:15