日期:2014-05-17 浏览次数:20459 次
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<style type="text/css">
.test
{
height: 18px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="border: 1px solid #FF0000">
<asp:TextBox ID="TextBox1" runat="server" Font-Size="12px" Height="18px" ></asp:TextBox>
</div>
</form>
</body>
</html>