- Hundreds of pre-designed templates - Sound support! - Unlimited number of sub levels - Top items and submenus have a shadow - Cross-frame support - menus work on frameset-based pages - Status string shows item labels - Transition #14 - "fade out" effect - 85% transparency for sub menus
Use images for backgrounds of submenus and items, icons, arrows. Using web images you can create menus completely based on graphics.
Design both horizontal and vertical menus and submenus with any amount of menus on a single page.
Place any HTML code inside the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity.
Submenus can be shown in 4 ways: - From left to right and also from left to right + upwards. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Key issue is fine, no problems there. However, I cannot seem to make this NOT showing me a window open example when the page opens. I just want to have popups upon click. What I want is to be able to create links, within the same page, that will popup windows of different content and size, all upon click (not upon page loading.
What am I doing wrong here?
In the site I have the following: 1. A www.domain.gr/deluxe-popup-window.files folder 2. A http://www.domain.gr/deluxe-popup-window.js script 3. and my test page creating the popups
So, in my sample page: 1. I do NOT want to have the 1st popup which loads automatically as the page opens 2. I want to have the 2 samples shown there, Sample 2 and Sample 3. 3. These 2 samples must show windows of different width and height.
Please help me here.
Looking forward to your answer.
A: Delete openAfter= text from the deluxePopupWindow.attachToEvent()function in the following file:
http://www.domain.gr/deluxe-popup-window.js
In that case popup window won't show till you click on the link.
deluxePopupWindow.attachToEvent(win,',,,,,')
Q: How do I center a menu item inthe drop down menu example?
A:Try to use the following parameter:
var itemAlignTop="center";Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I am able to create the simple navigation bar but can't seem to get it to work in Yahoo SiteBuilder.
A:Deluxe Menu wasn't developed as Yahoo SiteBuilder/Dreamweaver/Frontpage extension and wedon'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 (you can use "File/Save as/HTML" function).
You can enter any name you like, for example enter "menu". So you'llhave menu.html, menu.js files and "menu.files" folder with all menu files.
2. open your .html page in Dreamweaver
3. Copy generated menu.js file and "menu.files/" folder in the same folderwith your index.html page.