Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
8277 Points
1435 Posts
Nov 27, 2011 04:34 PM|LINK
Hi,
which browser do you use? In IE9 and the newest version of Google Chrome it should definitely work. Did you also specify your textbox in the following way (if it is an ASP.NET control)?
<asp:TextBox ID="Textbox1" runat="server" CssClass="textbox1" />
After that you should modify your CSS in the following way:
.textbox1 { border-radius: 6px; ... }
Horizon_Net
Star
8277 Points
1435 Posts
Re: Css
Nov 27, 2011 04:34 PM|LINK
Hi,
which browser do you use? In IE9 and the newest version of Google Chrome it should definitely work. Did you also specify your textbox in the following way (if it is an ASP.NET control)?
After that you should modify your CSS in the following way:
.textbox1 { border-radius: 6px; ... }If my post solves your problem, please mark as answer.