Align textbox value to the right

liunx

Guest
Is it possible to align textbox value to the right?<!--content-->you mean the text in a textbox? no sorry I have never seen it done.<!--content-->textarea<br />
{<br />
font : 8pt Arial, Helvetica, sans serif;<br />
TEXT-ALIGN: right;<br />
}<br />
<br />
input<br />
{<br />
TEXT-ALIGN: right;<br />
font : 8pt Arial, Helvetica, sans serif;<br />
}<br />
<br />
here ya go. for text boxes and for input boxes :) this is to go in your css file or in your embedded style sheet.<!--content-->hmmm.... the above only works in IE<!--content-->
 
Back
Top