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
plicitly. For a button, whose style ID happens to be 'idMyButton', you could do something akin to: var myButton = document.getElementById('idMyButton'); myButton.style = "width: " + width + "px;"; - Original Message ----- From: <[EMAIL PROTECTED]&

Re: How to set size of submit button

2006-06-18 Thread Eddie Bush
myButton = document.getElementById('idMyButton'); myButton.style = "width: " + width + "px;"; - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Sunday, June 18, 2006 1:10 PM Subject: How to set size of submit button I am using html:submit for crea

Re: How to set size of submit button

2006-06-18 Thread Richard Yee
:[EMAIL PROTECTED] Sent: Sunday, June 18, 2006 11:11 AM To: user@struts.apache.org> Subject: How to set size of submit button 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, Pan

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

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

How to set size of submit button

2006-06-18 Thread pankaj . gupta
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 additional commands, e-mail: [E