Oct 15, 2003 #1 jianbo Programmer Dec 19, 2001 78 US For a textbox, can I set cursor move from right to left? Thanks.
Oct 15, 2003 1 #2 jemminger Programmer Jun 25, 2001 3,453 US [tt]<input type="text" style="direction:rtl;"/>[/tt] ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } Upvote 0 Downvote
[tt]<input type="text" style="direction:rtl;"/>[/tt] ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); }
Oct 15, 2003 #3 TheConeHead Programmer Aug 14, 2002 2,106 US hmm that still types left to right.... cool though... Upvote 0 Downvote
Oct 15, 2003 Thread starter #4 jianbo Programmer Dec 19, 2001 78 US 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? Upvote 0 Downvote
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?