Quantcast
Viewing all articles
Browse latest Browse all 10

Unable to click in textbox after applying ShadedBorder

I am using ASP.Net, and have a textbox inside the div that I want to round. When I ShadedBorder rounds the div, the textbox does not allow me to click my mouse in it. Can someone tell me how I can fix this so a user can click inside the textbox to type in it? I start out with focus on it, but if focus moves away from it, you cannot use your mouse to put it back. Thank you.

<code>
<div id="main">
<div id="login" runat="server">
<span>Type in your password </span>
<br />

read more


Viewing all articles
Browse latest Browse all 10

Trending Articles