Connecting Tech Pros Worldwide Help | Site Map

JavaScript Drop Down Menu

DaveO
Guest
 
Posts: n/a
#1: Jul 23 '05
Hi All

I have no experience in JavaScript ( only html and ASP ).

I would like to add a Menu ( with multi level drop down sub menu's ) to my
web site.

I have tried using a DHTML Menu Creation program, but find that when loaded
onto a test site, the menu runs slowly.

The buttons are all gif images and they appear to "re-load" every time the
focus changes from 1 menu button to another.

Is there any easy way to create a drop down menu ( either in a horizontal or
vertical format ). I do not need boxes / arrows / etc if it will help speed
things up.

Any advice would be greatly appreciated.

Regards
DaveO


Mr.Clean
Guest
 
Posts: n/a
#2: Jul 23 '05

re: JavaScript Drop Down Menu


In article <d6g46b$bqm$1@ctb-nnrp2.saix.net>, jsinvest@mweb.co.za says...[color=blue]
> Hi All
>
> I have no experience in JavaScript ( only html and ASP ).
>
> I would like to add a Menu ( with multi level drop down sub menu's ) to my
> web site.
>
> I have tried using a DHTML Menu Creation program, but find that when loaded
> onto a test site, the menu runs slowly.
>
> The buttons are all gif images and they appear to "re-load" every time the
> focus changes from 1 menu button to another.
>
> Is there any easy way to create a drop down menu ( either in a horizontal or
> vertical format ). I do not need boxes / arrows / etc if it will help speed
> things up.
>
> Any advice would be greatly appreciated.[/color]

check out the menu offerings on dynamicdrive.com or hotscripts.com
It should help you.
Justin Koivisto
Guest
 
Posts: n/a
#3: Jul 23 '05

re: JavaScript Drop Down Menu


DaveO wrote:
[color=blue]
> Hi All
>
> I have no experience in JavaScript ( only html and ASP ).
>
> I would like to add a Menu ( with multi level drop down sub menu's ) to my
> web site.
>
> I have tried using a DHTML Menu Creation program, but find that when loaded
> onto a test site, the menu runs slowly.
>
> The buttons are all gif images and they appear to "re-load" every time the
> focus changes from 1 menu button to another.
>
> Is there any easy way to create a drop down menu ( either in a horizontal or
> vertical format ). I do not need boxes / arrows / etc if it will help speed
> things up.
>
> Any advice would be greatly appreciated.[/color]

Have a look at this:
http://koivi.com/css-menus/

It may be all you really need - especially if you're good with CSS.

--
Justin Koivisto - justin@koivi.com
http://koivi.com
David Dorward
Guest
 
Posts: n/a
#4: Jul 23 '05

re: JavaScript Drop Down Menu


DaveO wrote:
[color=blue]
> I would like to add a Menu ( with multi level drop down sub menu's ) to my
> web site.[/color]

I've only encountered one that I would even consider using (and it would
take quite a lot to get me to use it): http://www.udm4.com/

Its the only one that I've found that solves most of the usability issues
with such menus. It doesn't solve all of them though (e.g. it still
overloads users of browsers which don't support CSS with every option under
the sun), but its better then most.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
DaveO
Guest
 
Posts: n/a
#5: Jul 23 '05

re: JavaScript Drop Down Menu


Hi All

Many thanks to all for their input.

I really do appreciate it.

Regards

DaveO
---------------------------------------------------


Closed Thread