Saturday, April 24, 2010

Textbox cursor is not getting displayed when right aligned.

There is common issue that when we apply the style right align to asp.net text box or html textbox you can not see the cursor.

Solution:
Please apply following stylesheet

padding: 0 2px 0 0;