hi
i have TB in my page and this is my TB css
.txtsearch { width:285px; height:20px; direction:rtl; font-size:18px; font-weight:bold; border-style:none; }
i put border-style:none; but in IE7 it showed my TB border?what can i do?
<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title></title> <style type="text/css"> .txtsearch { width: 285px; height: 20px; direction: rtl; font-size: 18px; font-weight: bold; border: 0px solid white; } </style> </head> <body> <form id="form1" runat="server"> <asp:TextBox ID="TextBox1" runat="server" CssClass = "txtsearch"></asp:TextBox> </form> </body> </html>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.