日期:2014-05-17  浏览次数:20459 次

TextBox在IE8中输入汉字位置变化,


输入汉字前的图片




输入汉字后上面出现裂缝

请各位前端大哥看下是什么原因,严重影响布局 以下是代码
<!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>

------解决方案--------------------
图片挂了,无图无真相,楼主要不重新把图挂出来让大家看看~
------解决方案--------------------
<div style="border: 1px solid #FF0000"> 高度设置下?
------解决方案--------------------
如果是汉字关系,要不试试调小font-size或line-height试试?