Creative DW Menus Pack Forum


box Creative DW Menus Pack
Creative DW Menu Pack is a suite of Dreamweaver extensions that seamlessly blends the flexibility of DHTML and the Flash look and feel to create beautifully web site menus. The extension comes with over 30 built in skins that can be customized to suit the design (colors, fonts, size) and include a smart resize system that preserves round corners and the gradient fills when you change the menu size.

Find out more about Creative DW Menus Pack

Thread: Menus Not Working on Web Page

title left
User Details
message
title right
Myron

post date:
2010-01-17 12:09:04
I created the following menu and it works perfectly...

http://www.feeltheenergy.ca/practice-menu.html

However, when I add this menu to a page in Dreamweaver, it stops functioning. Please see...

http://www.feeltheenergy.ca/custominnoka.html

I have "enabled" my Adobe Flash Settings as described in your "one minute tutorial" to include both my LOCAL folder and this Web Site location, which is www.feeltheenergy.ca.

I have the exact same problem when launching these files on my PC locally. The practice-menu.html works fine, but the custominnoka.html does not respond.

How can I make use of your Menu Creator if the menus don't work when they're added to a Web page?

Please let me know how to get the menu to function properly.




Andrei Rinciog [Extend Studio]

post date:
2010-01-18 10:33:26
Hello,

The menu doesn't work because something is displayed on top of it. Don't use any z-index property for the div that holds the menu. By default the menu has a z-index value of 1000 to put on top on any other element in the page. But you've disabled that by adding a z-index on the div that holds the menu.

Regards,
Andrei Rinciog
Myron

post date:
2010-01-19 09:08:11
Great... Thank you!