- Special JavaScript API for changing javascript menu "on-the-fly" - Visible over select boxes, iframes, pdf, flash, Java applets. - UL/LI items structure - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Hundreds of pre-designed templates - Filters and Transitional effects - Relative/Absolute menu position - Several menus on one page
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: I downloaded the trial version of deluxe-menu. I created a four tab menu using the tab'stab menu generator; so far so good. I read the tutorial where to past codeand ensuring all items wire in the menudir/; so far so good. The problem, you talk about two> files 'dmenu.js' & 'data.js', these files were not created bydeluxe-menu program. Where are they, so that I can see if this thing works before buying, so far; not so good.
A:You may have another name for your data file (not data.js).
If you want to use tab menu you'll have dtabs.js engine file and data file.
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 "tab". So you'llhave tab.html, tab.js files and "tab.files" folder with all menu files. 2. open your .html page in any text editor 3. Copy generated tab.js file and "tab.files/" folder in the same folderwith your index.html page. 4. Open generated menu.html in any text editor and copy several rows of code (<script> tags), For info see:http://deluxe-tabs.com/product-info/?installation
<head> <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript" src="tab.files/dmenu.js"></script> </head> <body> ... <script type="text/javascript" src="tab.js"></script> ...
That's all.
Q:
We are actually very happy with the product compared to the other options available. The code is cleaner and it is easy to use. We would actually like to continue to use your product but our client uses firefox most of the time and if the javascript onmouseover menu won't go over the java applet it isn't going to work. You mention that you will try to fixthe issue. If you can give me a date to when it would be fixed by, I can try to convince our client to wait.
Please let me know as soon as possible.
A: Actually Deluxe Menu v3.2.5 overlap applets in Firefox.
See the attached example. You should set
var useIFRAME=1;
parameter.
Q:
My site has three levels of a folder structure. Can I create a menu that will allow me to link in and out of folders? Or must I design three menu's with different link locations.
A: You can use one menu.
Use additional parameters to make menu paths absolute:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
These parameters allow to make images and links paths absolute. For example:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/"; var menuItems = [ ["text", "index.html", "icon1.gif", "icon2.gif"], ];
So, link path will be look so: http://domain.com/pages/index.html
Images paths will be look so: http://domain.com/images/icon1.gif http://domain.com/images/icon2.gif
Please, try to use these parameters.
Q:
Hello. I am trying to test out your mouse over drop down menu and I am having trouble using the separators. Are there certain things that need to be in placed for the separators to work?
Nothing in the js code is showing me that they even exist.
A: You should set a separator in the menuItems, for example:
//--- Separators var separatorImage=""; //for subitems var separatorWidth="100%"; var separatorHeight="3px"; var separatorAlignment="right"; var separatorVImage="images/public/separator.gif"; //for the top items var separatorVWidth="100%"; var separatorVHeight="2px"; var separatorPadding="";
I have sothink dhtml menu on a site its an older version (4.1) and has worked for years. ... windowless popup for the larger pics in the album on my own site. ... After publication locate de lightbox.css and edit the
What you need to do is include style=overflow:hidden in the body tag of the popup window. You can apply all the usual sorts of CSS stuff and DHTML things as
DHTML eXtensions - professional AJAX components for advanced Web UI. ... I'm having a problem where the dhtmlxCalendar calendar popup is ... a) try to change order of css includes ( include calendar's css ) the last
But the showing area of the banner is limited to iframe and the popup window does not ... Unfold dhtml pop up using iframe by procads, 1270979214|%e %b %Y,
Apr 2, 2009 ... I have implemented this product: http://www.walterzorn.com/tooltip/tooltip_e.htm in such a way that it provides a perfect DHTML popup window
Sep 22, 2007 ... This adds a DHTML popup menu with the login form, a link to the register form ... This product degrades gracefully: if DHTML popups are not
DHTML eXtensions - professional AJAX components for advanced Web UI. ... I cannot figure-out how to make the calendar popup appear above all cells. ... common/dhtmlx/dhtmlxLayout/codebase/dhtmlxlayout.css">
One idea is to use a popup window where you code your own scrollable list ... 2) DHTML menus. There are ways to generate objects that appear similar to a ... can u tell me how to add scroll bar for the listbox using javascript,css,html
Sep 3, 2009 ... I need to create a popup window on page load. How can I do that? ... So far the most promising script I have tried is DHTML Window Widget- ... and the CSS file I also put lower down... just before the </head> tag
DHTML (Dynamic HTML) is HTML, JavaScript and CSS combined. ... Sadly since many wannabe web-developers and advertizers abuse JS for irritating popup ads,
Jun 1, 2004 ... [Archive] Apply css to a popup JavaScript. ... .com/library/default.asp?url=/ workshop/author/dhtml/reference/methods/createpopup.asp) gives