Saturday, December 26, 2009

Can i align the caption of a button (input type=submit) to the left or right for Internet Explorer?

i have a control of the type :





input type submit





and what i want to do is to align the caption's button to the left or to the rigth, in Firefox, the caption is left aligned by default but for Internet Explorer (IE7), it appears centered.


Is there a way to set the alignment? i've tried using this style's properties





textAlign: left;


padding-left: 0pt;


text-indent: 0px;


caption-side: left;





but without success


thank you in advance for the answerCan i align the caption of a button (input type=submit) to the left or right for Internet Explorer?
try this:





%26lt;input style=';text-align: left'; type=';submit'; value=';submit button';%26gt;





by the way it must be text-align


NOT TEXTALIGNCan i align the caption of a button (input type=submit) to the left or right for Internet Explorer?
%26lt;div style=';text-align: left';%26gt;%26lt;input type=';submit'; /%26gt;%26lt;/div%26gt;

No comments:

Post a Comment