Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cursor move from right to left 1

Status
Not open for further replies.

jianbo

Programmer
Dec 19, 2001
78
US
For a textbox, can I set cursor move from right to left?
Thanks.
 
[tt]<input type=&quot;text&quot; style=&quot;direction:rtl;&quot;/>[/tt]

=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); }
 
Super! Thanks, jemminger.
I found it only worked for letters, other char like ; , etc. would jump ahead of the text.
Do you have solution for this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top