- Image arrows - Status string shows item labels - 85% transparency for sub menus - Submenus go over all page objects - Search feature - add the search area in the menu and type symbols. - Special JavaScript API for changing javascript menu "on-the-fly" - Keyboard navigation - press Ctrl+F2 to enter the top menu - Horizontal or vertical orientation
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I ordered Deluxe Popup Window Multiple Site License and I cannot get it to work at all. I need to have multiple choice javascript popup window to website links on a web page. How do I get it to work from a link on a page? Are there examples of how to use the javascript popup window settings. All the help files show is for menus, tree and tabs.
A:1) You can show the popup window when you hover, click or mouseout on some elements on yourpage. For example you have:
function deluxePopupWindow.open("winID", "content", "header", "param", "skin", "contentType")
Use another winID (first parameter) than you have in your data file if you don't want to close 1-st popup window or use the same winID=win if you want to close 1-st popup.
content - will be the path to the file you want to load in your popup (files/test.html) skin - is the name of your skin (default in my example) contentType - set this parameter to iframe.
If you want to open several windows at once use different id's for each link.
Q: The browser I am using is Internet Explorer 7.0 at Windows Vista (with "Security" set at "Medium"). I get the message "To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer" and then I have to click this message/bar in order to "Allow blocked content". After I do that the javascript menu script appears as it should, but of course I don't want visitors to go through that. FYI, I do not have the same problem with the dynamic menus on your website or in other websites, which appear normally right from the start.
A:You should adjust your browser settings.
Tools/Internet Options/Advanced Options/
and set "Allow active content from files to run on My Computer".
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.
Q: We create the menu code via ASP, and we need to have 2 menus on one page. Normally you do this by having 2 java scripts includes.
However it looks like the bottom menu activates the first menu?
A:Now you have two entries of dmenu.js file on your site in the tag. You must have only one entry of dmenu.js file. You should write so:
... <head>
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menu2.files/";</script> <script type="text/javascript" src="menu2.files/dmenu.js"></script> <!-- (c) 2006, by Deluxe-Menu.com -->
7 Mar 2011 ... Como abrir un pop up desde un enlace usando JavaScript .... Entonces, iniciemos la creación del objeto: Para este ejemplo usemos los tradicionales animales. ..... para que nos devuelva los elementos que la contienen
7 Mar 2011 ... Como abrir un pop up desde un enlace usando JavaScript .... Entonces, iniciemos la creación del objeto: Para este ejemplo usemos los tradicionales animales. ..... para que nos devuelva los elementos que la contienen
7 Mar 2011 ... Como abrir un pop up desde un enlace usando JavaScript .... Entonces, iniciemos la creación del objeto: Para este ejemplo usemos los tradicionales animales. ..... para que nos devuelva los elementos que la contienen