[thelist] scrollbar on jump menu

Mark Groen mark at markgroen.com
Mon Oct 20 09:58:57 CDT 2003


Sent: October 20, 2003 7:07 AM
Subject: [thelist] scrollbar on jump menu


> To clarify, a 'Jump menu' is, as mentioned, a macromedia term for a
JavaScript drop-down menu which provides quick access to html pages.
>
> Examples include http://www.adb.org/
>
> DOes anybody know if it possible to generate such a menu (code
below)without the default scroll bar.
>
> <select name="url" style="width: 204px;">
>
> <option value="/Mekong/default.asp">Mekong</option>
> <option value="/Pacific/default. etc.............

Sure, just add the "size" attribute to your select element, in this case
you need:

<select name="url" style="width:240px;" size="17">

HTH!

Regards,

          Mark Groen

MG Web Services
Web Site Hosting and Development
www.markgroen.com
mark at markgroen.com
604-780-6917
Bowen Island, Canada




More information about the thelist mailing list