<div class="filelist">重命名视频文件:
    <asp:TextBox ID="TextBox1" runat="server" CssClass="txtbox" ></asp:TextBox>
                </div>CSS:
.filelist{ width:593px;height:20px; line-height:20px; padding-left:50px; margin:10px 0 10px 0;}
.txtbox
{
 width:150px;
 height:16px;
border-top-width :1px;
border-left-width :1px;
border-right-width :1px;
border-bottom-width:1px;
font-size: 14px;
color: black;
background-color: #ffffff;
border: #276cb1 thin solid;
font-style:normal;
line-height:normal;
line-height:16px;
font-variant:normal;
font-weight :normal;
}
 在textbox中输入中文时,前面的文字总会向上动一下,影响效果!有没有什么办法固定前面的文字啊?高手请教了!!!