在這個網站取一個樂幫助:http://www.naaf.no/fersking需要有一個奇怪的CSS問題
如果你將鼠標懸停在三個文章框,您將看到文字和圖像的變化。
我將文字放置在浮動在div(圖片)上方的DIV中,不透明度設置爲60%。但任何人都可以向我解釋爲什麼第一篇文章比其他兩個盒子低約5px?第一篇文章與底部對齊 - 它應該高出5px。
下面是文本框的CSS:
#articleImageList .introText {
background-color:#000000;
color:#FFFFFF;
height:50px;
margin:0 2px;
opacity:0.6;
overflow:hidden;
padding:5px 20px;
position:relative;
top:-75px;
z-index:0;
}
不能確定它是否是錯誤的原因,但你必須在你的標記至少一個未關閉的標籤:HTTP: //validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.naaf.no%2Ffersking – 2010-02-24 08:42:51