[thelist] issues with pull down menu form

Derril Hedk derrilh at gmail.com
Fri May 13 12:39:31 CDT 2005


You could use your class "button" to do it using margin and padding and float.

On 5/13/05, Bruce Gilbert <webguync at gmail.com> wrote:
> In my pull down menu (or jump menu as it's called in Dreamweaver), I
> am having a problem with my submit button alligning too far to the
> right of the form. I want it right next to the form, but when I take
> out the align="right", the submit button appears to the left of the
> form...any suggestions?
> 
> here is the code:
> 
> <form action="" onSubmit="return jumpMenu(this.Forms)" >
>                          <input name="Go" type="image"
> src="/assets/images/submitbutton-small.gif" alt="Go to URL"
> align="right" width="30" height="15" class="button" />
>                <select name="Forms" title="Select a Form">
>                  <option class="selection">Forms...</option>
>                  <option value="/files/pdfs/Web_Request_Form.pdf">Web
> Submission Form</option>
>    <option value="/files/pdfs/InfoReq.pdf">Public Information Request
> Form</option>
> 
>                                </select>
>                              </form>
> --
> 
> thanks!
> ::Bruce::
> --
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


More information about the thelist mailing list