-------------------------------------
页面中:
<td align="center" colSpan="2" height=25>
<asp:LinkButton id="lbtnOK" runat="server" CssClass="spBtn60"  style="WIDTH: 60px; HEIGHT: 20px">确 定</asp:LinkButton>
</td>
-------------------------------------
css中:
.spBtn60
{
background-image: url(/YoungOA/images/normal/img_60X20.gif);
background-color: Transparent;
color:#3169AD;
text-align: center;
vertical-align:bottom;
white-space: nowrap; 
height: 20px;
width:60px;
font-family: 宋体;
font-size: 10pt;
line-height:20px;
TEXT-DECORATION:none;
cursor:hand;
font-weight:normal;
}显示效果不尽人意,未达到设定的宽60,高20,如果将本页面中的的代码移至其它地,可以显示正常效果,求助!!!