HighDots Forums  

POP UP MENU ISSUE HELP ! : (

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss POP UP MENU ISSUE HELP ! : ( in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
phenster
 
Posts: n/a

Default POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 06:09 PM






here is my problem
http://www.phenster.com/intuitionbeachwear.com/JB/JB1.htm
I created 2 different pop up menus but when i place them on the same page , It
is not differentiating between the two different pop up lists, so it shows the
same pop up menu no matter what I do.


Reply With Quote
  #2  
Old   
ladyluna
 
Posts: n/a

Default Re: POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 06:16 PM






It appears that both of your buttons are cuing the same named menu. Maybe it is
a problem in naming your menus? I do suggest learning Project 7's pop-up menu
method. It will work much better for you. Do a forum search or a google search,
there are lots of links to their site.


Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 06:27 PM



Here ya go -

http://www.projectseven.com/tutorials/navigation/snapmenus/index.htm

or

http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm

and here's an example you can analyze -

http://www.projectseven.com/tutorials/autolayers/

Here's why you'd wanna do that -


http://apptools.com/rants/jsmenu.php

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"ladyluna" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
It appears that both of your buttons are cuing the same named menu. Maybe
it is
a problem in naming your menus? I do suggest learning Project 7's pop-up
menu
method. It will work much better for you. Do a forum search or a google
search,
there are lots of links to their site.




Reply With Quote
  #4  
Old   
phenster
 
Posts: n/a

Default Re: POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 06:30 PM



Originally posted by: ladyluna
It appears that both of your buttons are cuing the same named menu. Maybe it
is a problem in naming your menus? I do suggest learning Project 7's pop-up
menu method. It will work much better for you. Do a forum search or a google
search, there are lots of links to their site.

I named every link different , maybe when im calling it javascript ??

I went to project &'s site and id have to drop 60 bucks on something that
might have the same issue. darn....



Reply With Quote
  #5  
Old   
ladyluna
 
Posts: n/a

Default Re: POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 06:33 PM



I didn't have to pay for anything. Are you sure you were looking at the right thing?

Reply With Quote
  #6  
Old   
ladyluna
 
Posts: n/a

Default Re: POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 06:35 PM



Ah, yes, go to the link Murray provided. If you read the page, it requires the FREE plugins that are listed about half way down the page.

Reply With Quote
  #7  
Old   
phenster
 
Posts: n/a

Default Re: POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 06:37 PM



maybe , ill have to read all the info on all the links provided.

It a bit overwhelming for such a simple task.

but ill do what it takes .

I thought this might ba a common problem.

THANK YOU! : )


Reply With Quote
  #8  
Old   
ladyluna
 
Posts: n/a

Default Re: POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 06:39 PM



Trust me, it is worth the time investment to learn this method. It will save you many headaches and allow multi-layered dropdowns in the future if you want to use them.

Reply With Quote
  #9  
Old   
phenster
 
Posts: n/a

Default Re: POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 06:41 PM



is this what i need , im a bit confused..

To complete the online tutorial you'll need to download and install three free
extensions and the PVII Positioned Menu Work Folder zip archive:

Auto Layers

SnapLayers

Auto Hide Layers

Work Folder


Reply With Quote
  #10  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: POP UP MENU ISSUE HELP ! : ( - 11-04-2004 , 07:09 PM



To create pop-up, drop-down, fly-out menus, you really need nothing other
than Dreamweaver and an understanding of the methods taught there.

The concept is simple. Each submenu is in a hidden layer, properly
positioned on the page under their parent menu option. Mousing over each
menu option shows the associated layer (if any), and hides all the rest of
them.

This couldn't get any simpler. But there is one problem - once you have
shown a submenu, and then moused into it, how do you hide it?

One way would be to use a 'closer' layer: a layer that is *UNDER* all the
rest of the menus, contains a transparent GIF image larger than the entire
menu, and has a show/hide behavior on it that hides *ALL* the submenus,
including itself. It works like this. Showing any submenu, you will also
show the closer. Hiding any submenu, you will also hide the closer. And if
you mouse off a submenu, you will mouse over the closer layer and trigger
everything to close.

Another way would be to use the AutoHide extension. This is applied to the
body tag onLoad, and it will be triggered anytime you mouse off a submenu,
causing it to hide - no closer layer involved.

Finally, if you have alot of submenu layers, it can get complicated showing
and hiding them all the time. That's where the AutoLayers comes in. Use it
to show your submenu layer, and it automatically hides all the rest.

So - the combination of AutoLayers and AutoHide is the easy EASY way to make
these menus.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"phenster" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
is this what i need , im a bit confused..

To complete the online tutorial you'll need to download and install three
free
extensions and the PVII Positioned Menu Work Folder zip archive:

Auto Layers

SnapLayers

Auto Hide Layers

Work Folder




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.