我怎麼能在下面的文本居中(對不起,我是新來的CSS):CSS文本
CSS:
suggestion_active {
background-image: url(../images/suggestion_active.jpg);
background-repeat:no-repeat;
position:inherit;
float:inherit;
width: 100px;
height: 36px;
}
suggestion_active_text {
possition: absolute;
font-family: "Lucida Grande", Tahoma;
font-size: 12px;
font-weight: lighter;
text-align: center;
color:#000;
vertical-align: middle;
padding:0px;
}
HTML:
<suggestion_active><suggestion_active_text>1</suggestion_active_text></suggestion_active>
如果您告訴我如何做到這一點的最佳做法,這也將是不錯的:)
Harmen的答覆工作,但你在製作自己的html標籤嗎? – 2010-11-21 20:01:47