How can i align the text to right side in Textbox in Javascript.... ??? By default it is left-align -


my problem couldn't align text in textbox right side...

generally kind of align used in calculator... digits align right side...

i want in html using javascript....

<input type="text" style="text-align: right" />

should work.

other interesting attributes are: direction:rtl;unicode-bidi:bidi-override;


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -