ここで引き戸技術に問題があります。スライドドアの技法により、説明の直後の見出しが左に浮いていますが、私が望むのは、製品の上、中央に単独で立っていることだけです。
それを行う方法を理解するのを手伝ってもらえますか?
見出しに使用した 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;
}
ありがとうございました。