【发布时间】:2012-07-28 10:47:39
【问题描述】:
我有一个左圆角框 -> 文本框 -> 右圆角框,它们都构成了搜索框的一部分。在 FF、Chrome、IE8 中一切正常,但在 IE7 中不行。
我已经使用调试工具对其进行了检查,并且我尝试了许多选项,目前没有一个选项可以工作,所以我希望有人知道这个问题(错误)可能是什么?
这是我的代码的 sn-p:
<div class="roundBox4">
<img src="../App_Themes/MyChoice2010/Images/reality-box-top.gif" width="228" height="8" /><img
src="../App_Themes/MyChoice2010/Images/reality-box-locate.gif" width="228" height="49" />
<asp:ContentPlaceHolder ID="Box4Content" runat="server">
</asp:ContentPlaceHolder>
<div class="locateABroker">
<img src="../App_Themes/MyChoice2010/Images/locate-broker-left.gif" class="locateBrokerLeft"
height="19" width="3" /><asp:TextBox ID="TextBox1" CssClass="locateBrokerCenter"
runat="server"></asp:TextBox><img src="../App_Themes/MyChoice2010/Images/locate-broker-right.gif"
height="19" width="3" class="locateBrokerRight" />
<a href="" class="locateBrokerSubmit">Submit</a><img src="../App_Themes/MyChoice2010/Images/box-arrow.gif"
class="linkArrow" width="8" height="14" />
</div>
【问题讨论】:
-
调试工具说填充来自哪里?
标签: search internet-explorer-7 rounded-corners