Recent Questions Css Collapsible Tree No Javascript
Q: Is there a way to programmatical select an item in the scrolling menu without the user actual click on the item?
A: You can set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item.
menuInd - index of a menu on a page, >= 0.
submenuInd - index of a submenu, >= 0.
itemInd - index of an item, >=0.
recursion = true/false - highlight parent items.
But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem.
You can't get this ID after you reload your page. That is why you should write your own code on PHP.
Q: Would dhtml drop menu work to put the javascript command, OnClick=javascript:window.location.href=myvalue in the Link entry so that when a person clicks on the menu item, he navigates to the webpage specified in the OnClick?
A: > Would dhtml drop menu work to put the javascript command,
> OnClick=javascript:window.location.href=myvalue in the Link entry so
Actually you can use your own Javascript code instead standard links and html code inside item text. For example:
var tmenuItems = [
["text", "javascript:window.location.href=myvalue"]
];
or
var tmenuitems = [
["<div onClick='window.location.href=myvalue'>Table of Contents</div>", ""]
];
> Also, what features of IE 4 are not supported?
JavaScript Tree Menu support Internet Explorer 5+ only.
http://deluxe-menu.com/browsers-info.htmlQ: I recently downloaded the trial version of Deluxe Tuner to create a pop-up menu for my website. The menu looks amazing, and I am convinced from the trial that this is a product that I could definitely use.
However, I'm having so much trouble putting my horizontal drop down menu into my Dreamweaver html. I've followed the instructions given, but my menu still does not appear. What am I doing wrong?
Thanks, and I'm looking forward to figuring this out, because if it's an easy program to use, I will for sure be buying the full version!!
A: Check that you've copied "Homedir/" folder with all menus files and data.js file into the same folder withHome page.html file.
Notice also that in the Design mode your drop down menu may displayincorrectly. It is normal. You should view your page in browser preview.Q: We purchased your menu about 2 months ago and were curious if your menu has scrollable Sub-Menus or Scrollable Flyouts?
This is when you have a long sub-menu item and the user can click on up or down arrows on the menu fly-out to scroll to the next item.
If you are unclear as to what I am talking please let me know as I have seen this functionality in many popular DHTML Menus
A: Javascript/DHTML Tree doesn't have scrollable submenus. You should scroll yourwindow to see the whole menu.
We have smart scrollable feature in JavaScript Tree Menu
http://deluxe-menu.com/scrollable-submenus-sample.html