Do your popup menus work with Dreamweaver?
Return to Recent Questions
Q:
Do your popup menus work with Dreamweaver?
A:
Deluxe Menu wasn't developed as Dreamweaver/Frontpage extension and we
don't have plug-ins for it. To install the menu into your html page:
1. create and save .js file with your menu parameters in Deluxe Tuner
2. open your .html page in Dreamweaver
3. Copy data.js file and "data.files/" folder in the same folder
with your html page.
4. add several rows of code (<script> tags). For info see:
http://deluxe-menu.com/installation-info.html
<head>
<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com&</a></noscript>
<script type="text/javascript">var dmWorkPath="data.files/";</script>
<script type="text/javascript" src="data.files/dmenu.js"></script>
</head>
<body>
...
<script type="text/javascript" src="data.js"></script>
...
</body>
That's all.
It is possible that Dreamweaver changes some paths, so you'll have
an error in the preview.
On your site or in your browser there'll be no errors.
Return to Recent Questions
Related:
- Jan 20, 2007 - vertical drop down menus don't work with Internet Explorer.
- Jan 31, 2007 - I tried to create the html version of the rollover menus. It is still not working.
- Feb 02, 2007 - The background images for dhtml drop down menus are missing in the browser
- Feb 22, 2007 - I like popup-mode html menu sample but I could make it to work on my computer.
- March 13, 2007 - How to work with javascript context menus and submenus in JSP?
- March 13, 2007 - My drop down menu scripts don't work with a popup.
- May 04, 2007 - Links don't work in the javascript drop down menus. How can I correct this?
- May 25, 2007 - I can't get the java popup menu sample (rightclick) to work in Opera.
- July 12, 2007 - Now I need to work out how to add multiple drop menus to a page?
- Sep 09, 2007 - I want to have the same width of each item in button menus using Styles. But it doesn't work
- Sep 21, 2007 - The link in the custom popup menu doesn't work.
|