473,406 Members | 2,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Menu/submenu

Hi, I am trying to create the following:

http://www.ece.uwaterloo.ca/~dbusuio...nu_submenu.htm

So far it's in Javascript and when you're going over the top buttons in the
menu, it creates a different sub-menu for each of them. This sub-menu is
just a single image the way I've created it....

What I'm trying to do is now link various parts of the sub-menu to various
page links or actions.

Can somebody let me know if this is possible with Javascript and what I
would have to do?

THANKS!!!
Jul 23 '05 #1
8 7811
In article <1D******************@news20.bellglobal.com>, posting2002
@sympatico.ca enlightened us with...

What I'm trying to do is now link various parts of the sub-menu to various
page links or actions.

Can somebody let me know if this is possible with Javascript and what I
would have to do?


Menus are very possible, but difficult to get cross browser. Why
reinvent the wheel? Use a free one.

http://www.dynamicdrive.com

--
--
~kaeli~
With her marriage, she got a new name and a dress.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #2
THanks!!! What if I want to use a subset of images such as what you see in
that link? It would not be possible with DHTML, would it?

THanks!!!
"kaeli" <ti******@NOSPAM.comcast.net> wrote in message
news:MP************************@nntp.lucent.com...
In article <1D******************@news20.bellglobal.com>, posting2002
@sympatico.ca enlightened us with...

What I'm trying to do is now link various parts of the sub-menu to various page links or actions.

Can somebody let me know if this is possible with Javascript and what I
would have to do?


Menus are very possible, but difficult to get cross browser. Why
reinvent the wheel? Use a free one.

http://www.dynamicdrive.com

--
--
~kaeli~
With her marriage, she got a new name and a dress.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #3
In article <9y********************@news20.bellglobal.com>, posting2002
@sympatico.ca enlightened us with...
THanks!!! What if I want to use a subset of images such as what you see in
that link? It would not be possible with DHTML, would it?

THanks!!!


Sure. Use HVMenu from that site. They allow images instead of text (as
rollovers).

--
--
~kaeli~
Can you be a closet claustrophobic?
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #4

"kaeli" <ti******@NOSPAM.comcast.net> wrote in message
news:MP************************@nntp.lucent.com...
In article <9y********************@news20.bellglobal.com>, posting2002
@sympatico.ca enlightened us with...
THanks!!! What if I want to use a subset of images such as what you see in that link? It would not be possible with DHTML, would it?

THanks!!!


Sure. Use HVMenu from that site. They allow images instead of text (as
rollovers).


Thanks!!! Only one more issue remains!!!

The second row of menu (the sub-menu) is only arranged vertically in the
HVMenu, is this correct? I do not see any options for arranging the menu
horizontally or vertically other than for the FIRST level of the menu.

Thanks a lot for the help!!!
Jul 23 '05 #5
In article <q8********************@news20.bellglobal.com>, posting2002
@sympatico.ca enlightened us with...
Thanks!!! Only one more issue remains!!!

The second row of menu (the sub-menu) is only arranged vertically in the
HVMenu, is this correct? I do not see any options for arranging the menu
horizontally or vertically other than for the FIRST level of the menu.


Horizontal or vertical is for the whole menu.

If you choose horizontal, the menu goes at the top with submenus
underneath, like so.
menu menu menu
sub sub sub
sub2 sub2 sub2

If you choose vertical, it goes on the side with submenus to the right.
menu sub1
sub2

menu sub1
sub2

--
--
~kaeli~
Murphy's Law #2030: If at first you don't succeed, destroy
all evidence that you tried.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #6
How would I do it if I want:

menu menu1 menu2 menu3
sub sub2 sub3 sub4 sub5

where sub, sub2, sub3 and so on correspond to menu, and if I went over to
menu1, this would look:

menu menu1 menu2 menu3
sub6 sub7 sub8 sub9 sub10

and so on...so the submenu changes depending on the menu item.
Thanks!!!

"kaeli" <ti******@NOSPAM.comcast.net> wrote in message
news:MP************************@nntp.lucent.com...
In article <q8********************@news20.bellglobal.com>, posting2002
@sympatico.ca enlightened us with...
Thanks!!! Only one more issue remains!!!

The second row of menu (the sub-menu) is only arranged vertically in the
HVMenu, is this correct? I do not see any options for arranging the menu
horizontally or vertically other than for the FIRST level of the menu.


Horizontal or vertical is for the whole menu.

If you choose horizontal, the menu goes at the top with submenus
underneath, like so.
menu menu menu
sub sub sub
sub2 sub2 sub2

If you choose vertical, it goes on the side with submenus to the right.
menu sub1
sub2

menu sub1
sub2

--
--
~kaeli~
Murphy's Law #2030: If at first you don't succeed, destroy
all evidence that you tried.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #7
In article <D9********************@news20.bellglobal.com>, posting2002
@sympatico.ca enlightened us with...
How would I do it if I want:

menu menu1 menu2 menu3
sub sub2 sub3 sub4 sub5

where sub, sub2, sub3 and so on correspond to menu, and if I went over to
menu1, this would look:

menu menu1 menu2 menu3
sub6 sub7 sub8 sub9 sub10

and so on...so the submenu changes depending on the menu item.


Um, that's how it works already, unless I misunderstand what you're
saying. That's horizontal.
Modify the variable file that comes with.

--
--
~kaeli~
Support your local medical examiner: die strangely!
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #8
hello,

You may achieve this effect with allwebmenus 3.1 PRO.
It is a program that uses javascript to create horizontal or vertical
menus. You may have text, images or both.

what i like about it is that works in many browsers, for MAC and PC
platform.

examples at http://www.likno.com/examples.html
"Posting2002" <po*********@sympatico.ca> wrote in message news:<D9********************@news20.bellglobal.com >...
How would I do it if I want:

menu menu1 menu2 menu3
sub sub2 sub3 sub4 sub5

where sub, sub2, sub3 and so on correspond to menu, and if I went over to
menu1, this would look:

menu menu1 menu2 menu3
sub6 sub7 sub8 sub9 sub10

and so on...so the submenu changes depending on the menu item.

Jul 23 '05 #9

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

Similar topics

4
by: dr. zoidberg | last post by:
Hello, I'm creating simple menu. MySQL: +----+-----+----------------------+ | id | sid | Title | +----+-----+----------------------+ | 1 | 0 | Main Menu 1 | 2 | 0 | Main Menu 2 | ...
1
by: Patrick L. Nolan | last post by:
We have a Tkinter application which has a menubar with cascade submenus. I would like to start the program with one of the submenu items state=DISABLED, then change it to state=NORMAL at a later...
2
by: PJSimon | last post by:
I have a system tray icon for my application. Each time the user pastes some text into the application, I add a submenu item in the system tray's context menu. The first time I right-click the icon...
14
by: Bryan | last post by:
I am attempting to make a web page more Netscape friendly... <a href="http:www.gordonceilings.com"></a> I have already corrected the table issues in an offline staging site (where I do the...
4
by: Enrika | last post by:
Greetings! I'm working on a CSS drop-down menu, which, to my surprise, is actually working, more-or-less, in both IE *and* Firefox (and Netscape). But there are two changes that I want to make that...
5
by: Jonathan | last post by:
Hello All, I am in the process of creating a 2/3 level collapsible/exspanible menu (called "nav") where users can click on a category and have the submenus appear beneath it and so on (allow...
2
by: az538 | last post by:
Hello All, I am having a problem with my menu and submenu system. It works like a champ in IE6 and Firefox but IE7 renders the submenus in incorrect positions on the page. Also, the menu system...
0
by: hitencontractor | last post by:
I am working on .NET Version 2003 making an SDI application that calls MS Excel 2003. I added a menu item called "MyApp Help" in the end of the menu bar to show Help-> About. The application...
2
by: dharmbhav | last post by:
Hello all, I am trying to develop a roll-over menu effect on a page. It works fine with all other browsers except IE6. Can some one please help me? HTML: <div class="menu-item-wrap">...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.