我對滑動門技術here存在問題。由於滑動門技術,描述後的標題是左浮動的,但我想要的僅僅是在產品上方的中心位置。用CSS滑動門居中標題
你能幫我理解怎麼做嗎?
下面是我用的標題的CSS:
h3.offer-title, h3#comments, h3#reply-title {
background:url(images/offer-title-bg.png) no-repeat right bottom;
color:#434343;
display:block;
float:left;
font-size: 14px;
margin-right: 6px;
padding-right:6px;
text-decoration:none;
height: 43px;
line-height: 0;
position: relative; }
h3.offer-title span, h3#comments span, h3#reply-title span {
background:url(images/offer-title-bg.png) no-repeat;
display:block;
padding-left: 20px;
height: 43px;
line-height: 43px;
padding-right: 16px;
}
謝謝。
包裝我們需要您發佈** **所有的相關代碼。你能給我們HTML嗎? – KatieK
鏈接給出404錯誤。 –