So I have normal HTML table and inside it I have textbox.
<asp:TextBox runat="server" ID="txt1" CssClass="edit_mode_textbox" />
When I lower the textbox width, it’s fine, but is there another solution?
This is only in IE9 and IE8.
Thanks!

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is nothing wrong with your
asp:textboxorTable, its something wrong with background image you have set for thisasp:textboxin your CSS. It may be repeating or you have been using 2 images in background. I am not certain about it unless you paste your CSS classedit_mode_textbox.I hope this will answer your question, if yes please mark it as “answered”.