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
Post a Comment