- Transition #14 - "fade out" effect - Submenus dropdown on mouseover - Several menus on one page - Status string shows item labels - Sound support! - Horizontal or vertical orientation - Cross-frame support - menus work on frameset-based pages - Items with icons
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: When I save the file in our folder all the icons stop showing. I placed a image folder in our IE folder and still no icons are showing.
A:You should check all your paths. Please, check that you have correct paths in the tmenuItems. Forexample:
["|Samples", "", "icon3_s.gif", "icon3_so.gif", "", "Samples Tip"], ["||Sample 1", "testlink.htm", "iconarrs.gif"], ["||Sample 2", "testlink.htm", "iconarrs.gif"], ["||Sample 3", "testlink.htm", "iconarrs.gif"], ["||Sample 4", "testlink.htm", "iconarrs.gif"], You can also try to use the following parameter:
var tpathPrefix_img = "img/";
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: How to modify data.js in deluxe menu to change the font color if the user click on css pull down menu.
Expl. If the user click on 'Webdesign' and then on 'Thema Webdesign' the color dosn't change to #333. So the user don't now, where is it. Please test it on www.media-design.ch. Thank!
A: Deluxe Tree doesn't save a presseditem as it saves a tree state. It works within 1 page only and if youreload the page you should set a pressed item using Javascript API:
function dtreet_ext_setPressedItem (menuInd, itemID)
<script type="text/javascript">
var i = <?php echo $selitem; ?>; onload=setPressed; function setPressed() {