I want the background highlight stay on after the item is pressed in navigation bar script.
Return to Recent Questions
Q:
I want the background highlight stay on after the item is pressed in navigation bar script.
A:
You can set a pressed item using Javascript API:
function dtreet_ext_setPressedItem (menuInd, itemID)
Please, see here:
http://deluxe-tree.com/functions-info.html
You can also set
var tsaveState = 1;
More info you can find
http://deluxe-tree.com/data-samples/tree-menuxp-save-state.htm
To expand specific items you should use API function
function dtreet_ext_expandItem (itemID, expand)
Return to Recent Questions
Related:
- Sep 06, 2006 - The Items of the javascript tree view stay expanded in the same state.
- Sep 06, 2006 - The first item of the html drop down menu stays highlighted.
- Sep 26, 2006 - Why is the submenu has a different colour than menu items in the javascript menu bar?
- Sep 30, 2006 - The frame below the javascript menubar is moved to the bottom of the page.
- Oct 19, 2006 - I want a javascript toolbar with all the buttons the same length.
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Nov 23, 2006 - Can we right justify the secondary javascript navbar?
- Nov 29, 2006 - Why the background images disappear for a while after hovering over html menubar?
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Dec 16, 2006 - Is there a way to keep global cool navigation image highlighted?
- Dec 24, 2006 - How to get side menu items to swap images to use like a traditional image rollover.
|