Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pop-up menu 2

Status
Not open for further replies.

stowerh

Programmer
May 26, 2004
3
US
I am new to dreamweaver. I have created a page with multiple layers. On one layer, I have included a navigation bar using a table. I am now attempting to include the show pop-up menu behavior on the individual cells of the navigation bar. It is not working. I have noticed that the MM_showMenu behavior has been added to my <a> tag in the onMouseOver, but I cannot find the MM_showMenu function anywhere in the code. If anyone can help with this, I would certainly appreciate it.
 
OK. I found the mm_showMenu, but still doesn't help me with the real problem.

Why the pop-ups are not displaying.

<a href="programs.htm" target="_top" onClick="MM_nbGroup('down','group1','programs','images/NavProgramsOn.gif',1)" onMouseOver="MM_nbGroup('over','programs','images/NavProgramsOn.gif','',1);MM_showMenu(window.mm_menu_0525112645_0,132,26,null,'programs')" onMouseOut="MM_nbGroup('out');MM_startTimeout();"><img src="images/NavProgramsOff.gif" alt-"Programs" name="programs" border="0" onload=""></a>
 
Do you have Fireworks? That does drop-downs fantastically and creates all the code for you. You can then take the code and put it into your already-built website.

 
I redid using Fireworks, and it works great. What fun this is!!! Thanks!

Next issue. I want the navigation button to keep the mouse over color when the mouse is on the popup menu. How do I do that?
 
Hello,

I need some help... and I'm fairly new in Dreamweaver MX. I want to make a navigation bar with pop-ups. Something similar to the navigation bar on this website:

Does anyone know of any good tutorials on the net that would help me with this? I know how to make the basic navbar, just need help with the pop-ups.

Thanks,
Erin
 
view the source on that site and you will see it is achieved with a custome show layers javascript function.

Cheech

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top