RE: How to set size of submit button

2006-06-19 Thread Mukta
Just try -Original Message- From: José Moreira [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 2:59 PM To: Struts Users Mailing List Subject: Re: How to set size of submit button [EMAIL PROTECTED] wrote: > I am using html:submit for creating 4 sumit buttons. The requirement

Re: How to set size of submit button

2006-06-19 Thread José Moreira
[EMAIL PROTECTED] wrote: I am using html:submit for creating 4 sumit buttons. The requirement is to make them of same size. can anyone suggest how to do that? regards, Pankaj - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: How to set size of submit button

2006-06-18 Thread Frank W. Zammetti
been wrong before though. I'll try to pop-in at lunch and drop my findings ;-) Eddie - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, June 18, 2006 4:50 PM Subject: Re: How to set size of su

Re: How to set size of submit button

2006-06-18 Thread Frank W. Zammetti
op my findings ;-) Eddie - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, June 18, 2006 4:50 PM Subject: Re: How to set size of submit button Would that even work Eddie? I seem to remember that if y

Re: How to set size of submit button

2006-06-18 Thread Adam Samere
ot;Struts Users Mailing List" Sent: Sunday, June 18, 2006 4:50 PM Subject: Re: How to set size of submit button Would that even work Eddie? I seem to remember that if you didn't explicitly set the width of an element yourself, you can't retrieve it. Indeed, this quick test:

Re: How to set size of submit button

2006-06-18 Thread Eddie Bush
though. I'll try to pop-in at lunch and drop my findings ;-) Eddie - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, June 18, 2006 4:50 PM Subject: Re: How to set size of submit button Would

Re: How to set size of submit button

2006-06-18 Thread Frank W. Zammetti
Would that even work Eddie? I seem to remember that if you didn't explicitly set the width of an element yourself, you can't retrieve it. Indeed, this quick test: ...results in a blank alert in both IE and FF. This only matters of course if you have to make all the buttons the same wi

Re: How to set size of submit button

2006-06-18 Thread Eddie Bush
Generally, what I will do to accomplish this is to use CSS. You can either use incline styles in the "style" attribute, or you could specify a style class with the styleClass attribute. It would necessarily take a more contrived solution if you weren't able to arrive at a fixed width for all

Re: How to set size of submit button

2006-06-18 Thread Richard Yee
My appologies. Please disregard. user@struts.apache.org is correct. -Richard Yee, Richard K CTR DMDC wrote: Pankaj, You are sending this to the wrong address. You should be sending it to struts-user@jakarta.apache.org -Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI

RE: How to set size of submit button

2006-06-18 Thread Yee, Richard K CTR DMDC
Pankaj, You are sending this to the wrong address. You should be sending it to struts-user@jakarta.apache.org -Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, June 18, 2006 11:11 AM To: user@struts.apache.org> Subject: How to set size of submit

Re: How to set size of submit button

2006-06-18 Thread Frank W. Zammetti
Hi Pankaj, In the of your page (or via import): .cssSubmitButtons { width : 100px; height : 20px; } ... You can make the heights all the same this way too, or just remove that attribute from the style selector. Alternatively, you can use the style attribute of the tag to