.lb_log{
background-image: url("../pict/Key_16x16.png");
background-repeat: no-repeat;
padding-left: 15px;
text-decoration: none;
top: 30px;
left: 1145px;
width: 60px;
height: 30px;
font-size:large;
font-weight:bold;
}
...
<asp:LinkButton ID="lb_user_acc"
Text = "登录"
CssClass="lb_log"
Font-Names="Arial Unicode MS"
Font-Bold="true"
Font-Size="10pt"
ForeColor="#5637D4"
OnClick="lb_log_Click"
runat="server"/>
...
the word is displayed like .lb_log{
background-image: url("../pict/Key_16x16.png");
background-repeat: no-repeat;
padding-left: 7px;
text-decoration: none;
top: 30px;
left: 1145px;
width: 80px;
height: 30px;
font-size:large;
font-weight:bold;
}
...
what to adjust?