473,666 Members | 2,120 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

JavaScript Drop Down Menu

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
Jul 23 '05 #1
4 2151
In article <d6**********@c tb-nnrp2.saix.net> , js******@mweb.c o.za says...
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.


check out the menu offerings on dynamicdrive.co m or hotscripts.com
It should help you.
Jul 23 '05 #2
DaveO wrote:
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.


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 - ju****@koivi.co m
http://koivi.com
Jul 23 '05 #3
DaveO wrote:
I would like to add a Menu ( with multi level drop down sub menu's ) to my
web site.


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
Jul 23 '05 #4
Hi All

Many thanks to all for their input.

I really do appreciate it.

Regards

DaveO
---------------------------------------------------
Jul 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2777
by: Harry | last post by:
I am accumulating over 80 pages per day into an archive that I will need to be able to present sequentially to viewers. Using html to viewing a page, then click on back to return to my archive index is so awkward it is not useful for my presentations. Can javascript be used to create a powerpoint like presentation of html files (with gif hyperlinks)sequentially from html page to page? Is so, could someone suggest where I could find a...
7
3598
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title> </head> <style type="text/css">
2
3656
by: pantagruel | last post by:
I have an old web application I did where browsers with dynamic capabilities received a drop down menu on the top of the page and a fold out on the left hand side of the page and non-dynamic browsers received two static menus. This was done via server side detection of browser capabilities and branching the application. Over time needless to say the capabilities between the dynamic and static sides got seriously out of whack. Now the...
13
2473
by: Eric Robinson | last post by:
Hello, My ASP code creates an ADO recordset object on the server. Later on the same page, I have a javascript code snippet that I use to dynamically populate a drop-down box based on choices made in another drop-down box. Can this javascript (or a server-side equivalent) access the recordset object? --Eric
4
2654
by: simon.cigoj | last post by:
I have an javascript made menu and some forms with the dropdown element. When the menu opens and scrolls down the drop down is displeyed over the menu and obscures the menu choices. I have this problem only in IE, in firefox it works ok. Is there a solution to this problem? I tried to hide the drop down when the menu opens but sometimes the menu covers only a small part of the drop down, but enough to obscure the menu choice. I would...
4
9287
by: TycoonUK | last post by:
Hi, As I do not have IE7 on my computer, I was wondering if there is a fault in my CSS Menu when using IE7. Please can someone look at my site - http://www.worldofmonopoly.co.uk and tell me if it works, and if it does not, tell me why it does not work. Thanks.
1
1397
by: Ivann | last post by:
Hi All, I have a javascript/css menut that i have which i start when the html page loads. <script type="text/javascript">cssdropdown.startchrome("chromemenu")</ script> ***THIS IS IN THE BODY***** What i am trying to do is replace the text inside of a div <alink.
1
3138
by: paulyXvpf | last post by:
Hello javascript folks, PROBLEM: Javascript dropdown problem in IE 6 and IE7 DESCRIPTION: menu falls behind a container box on web page COMMENTS: It works fine in Firefox but not in IE 6/7 versions Notice this URL using IE6/7: http://iimaaconference.com.yourtempsite.com/
0
8449
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8360
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8876
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8784
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8556
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1777
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.