- Image arrows - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - 85% transparency for sub menus - Filters and Transitional effects - Horizontal or vertical orientation - Status string shows item labels - Search feature - add the search area in the menu and type symbols. - Unlimited number of sub levels
Submenus can be shown in 4 ways: - From from left to right + upwards and also left to right. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Use images for icons, backgrounds of submenus and items. Using images you can create menus entirely based on graphics.
Create both horizontal and vertical menus and submenus with any amount of menus on one page.
Insert any HTML code inside the menu item - be it a form or a picture, a flash-object or a text. This ability allows you to create various menus of any complexity.
Q: I am trying to make the tab menu to work correctly and after extensive testing and I have come across a problem that I can seem to get resolved. I am using images for the tab menu with no text and <divs> to display information about each tab. However while the page loads I can see all the content from all the <div> java menu bars and when the page if fully loaded, the web page then displays the content correctly with all the content hidden until the correct tab is selected. Mind you this is the only thing on the webpage so there shouldn’t be any load time problems.
Please advice what is happen to resolve this issue.
A: Try to set display: none; property for the style of your DIV, forexample:
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I cannot see the arrow.gif's in my rollover drop down menu.
Here is my code: var arrowImageMain=["menudir/arrow_main3.gif","menudir/arrow_main3.gif"]; var arrowWidthSub=0; var arrowHeightSub=0; var arrowImageSub=["menudir/arrow_sub5.gif","menudir/arrow_sub4.gif"];
Do I need to put the arrow's somewhere else?
A: You should check the following parameter:
var pathPrefix_img="data-samples/images/";
Please check that you have the correct path to your aroows relative to the folder withindex.html file.
For example, you have: menudir/ menu.js dmenu.js arrow_main3.gif ... index.html
In menu.js file you should write: var pathPrefix_img="menudir/"; var arrowImageMain=["arrow_main3.gif","arrow_main3.gif"]; var arrowImageSub=["arrow_sub5.gif","arrow_sub4.gif"];
or var pathPrefix_img=""; var arrowImageMain=["menudir/arrow_main3.gif","menudir/arrow_main3.gif"]; var arrowImageSub=["menudir/arrow_sub5.gif","menudir/arrow_sub4.gif"];
Q: I purchased your product yesterday and was quite impressed, but I am having a bit of a problem with my submenuitems. In the general menu properties there is a "Global" var titemHeight = 22; My problem is that I would like my upper level of my drop down menu to have one itemheight and my submenuitems to have a smaller height. Is this possible?
A:In the XP Style
var tXPStyle=1; the item's height for the top items and submenus will be different.
If you want to use
var tXPStyle=0;
you can set ite's height for the submenus: var titemHeight=16;
And for other items use the blank icon with the height you want to have for the upper level of your menu items.