Sub menus dropdown over all the objects on the page (select, applet, flash, object, embed). If for some reasons (old browser) a submenu can't go over an object, the object will be hidden for a time when the submenu is shown.
Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
These effects will make your menu neat and chic. You can set transparency, cast a shadow on the menu and submenus. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.
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:
Is there any way to prevent the scrollbar from appearing in the dhtml menu samples.
A: You should set the following parameter:
var smSmartScroll=1;
Q:
I need to include backgroundimages for my navigation, so I put them in the same folder where the "data.js" file can be found. I am using the deluxe tuner in order to call these files and it looks great in the preview. As soon as I save the file and load it in the browser, the background images are missing. Any solutions for this problem?
A:Now you have such paths for all your images data.files/image.gif
var itemStyles = [ ["itemWidth=128px","itemBackImage=data.files/nav01_off.gif,data.files/nav01_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav02_off.gif,data.files/nav02_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav03_off.gif,data.files/nav03_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav04_off.gif,data.files/nav04_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav05_off.gif,data.files/nav05_off.gif"], ];
But you don't have images in "data.files/" folder. That's why youcan't see them. Please, check all your paths.
You can 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:
I have been using Deluxe Menu quite a bit, but am now running into a problem on a site I developed. When I add a submenu, it appears separated by about 100 pixels down. In this case I left it on the Menu Item “Why Maumelle” for you to look at.
Can you help me out?
A:See, the problem is that the script can't get css properties of the object if they are described in separate .css block (or file). In other words, you can't get the value of "position" attribute of the object if the object doesn't have this property within inline style(style="position:relative"). To get the value you should move .css style into style="" attribute.
Please, try to add your css file -> inline css, for example:
For example, you should add style="position:relative;"
29 Nov, IFRAME Linking I am currently using one iframe in my website... Archive Import ... I have a drop-down menu: <select name="cl... crmpicco (28) in HTML
This is a forum for discussions about DHTML menus created with Xtreeme's software: SiteXpert and ... Love the program, just can't make the target my iframe on my html page. Every link I have in my menu, opens in a new tab
Background is done via PHP script called from within an <IFRAME>. ... perhaps working like a hybrid of tooltip and a DHTML menu with dynamicaly created links
Visit DynamicDrive.com for hundreds of original DHTML scripts ... //Input the IDs of the IFRAMES you wish to dynamically resize to match its content height: .... i would also suggestion tweaking the gallery menu to meet your
Issue: The iFrame auto-height function in the Wrapper component the does not always create a .... http://dyn-web.com/dhtml/iframes/ ..... In the WCFL, Tuesday and Wednesday menu, select League Table as well as Results
Nov 16, 2010 ... You should not load the EXTJS Framework in the iFrames. ... When the menu float over the iFrame (a page with a java applet) the menu item is totally ...... but have an extensive experience with JS/HTML/DHTML/DOM/XML
their main navigation menu was hidden under some Flash content! ;) Well, it turns out ... NOTE: For DHTML to appear above active content in Windows / OS X all you need to do ... now appear in the foreground if it is positioned over the iframe
... noticeable bugs (e.g. number of thubnails in the DHTML nav froze at ... TWG for PHP inclusion, tables are used to separate a menu file from the TWG. ... loads in a small iframe located top right, where other frames appear
The fact is, it has nothing to do with Flash; the same results happen trying to embed a DHTML menu into a wikidot page. The iframe will have a white background