Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有普通的 HTML 表格,里面有文本框。
<asp:TextBox runat="server" ID="txt1" CssClass="edit_mode_textbox" />
当我降低文本框宽度时,这很好,但是还有其他解决方案吗?这仅在 IE9 和 IE8 中。
谢谢!
asp:textbox您的or没有任何问题,您在 CSSTable中为此设置的背景图像有问题。asp:textbox它可能是重复的,或者您在背景中使用了 2 张图像。除非您粘贴 CSS 类,否则我不确定edit_mode_textbox。
asp:textbox
Table
edit_mode_textbox
我希望这将回答您的问题,如果是,请将其标记为“已回答”。
应用 css 删除一些你不需要的样式:
box-shadow:0;,border:none;和borde-radius:0;
box-shadow:0;
border:none;
borde-radius:0;