边框在缩小时消失

时间:2013-07-18 18:13:00

标签: html css internet-explorer

我的页面上有以下html:

<div style="height:70px;width:280px;margin:0px;padding:0px;border:1px solid #E2E2E2">
<div style="width:39px;height:70px;float:left;margin:0px;padding:0px">s</div>
<asp:TextBox ID="txtUserName" style="width:235px;float:left;height:70px;padding:0px;padding-left:5px;border-left:1px solid #E2E2E2;border-right-style:none;border-top-style:none;border- bottom-style:none;line-height:26px" runat="server" />
</div>

这样可以正常工作,但当你缩小70%,60%左右等时,边框就会消失。我在IE浏览器上遇到了这个问题。

我出错的任何想法?

0 个答案:

没有答案