The first item of the html tree menu stays highlighted when I load my page.
Return to Recent Questions
Q:
Another problem is that the first item on the html tree menu stays dark blue -
even when I hover over another items.
A:
You've set in your data file:
var pressedItem=0;
It is mean that the first item in your menu will be highlighted by default.
Please, set to:
var pressedItem=-2;
Return to Recent Questions
Related:
- March 15, 2009 - How can I disable items in navigation web site?
- March 16, 2009 - How can I change item width in the Vista templates in the dhtml menu free?
- March 19, 2009 - How to get the down horizontal menu to highlight and stay on the page you're viewing?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in drop down menu creator?
- Apr 01, 2009 - How can I set different parameters for diferent items in my vertical drop down menus?
- Apr 03, 2009 - I would like to change the height of the submenu items in the menu in web...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in expandable menu tree?
- Apr 06, 2009 - Can the link items NOT open a new window in the mouseover popup?
- Apr 07, 2009 - I want to get my text within a single java script dropdown menu item to be on a two lines...
- Apr 11, 2009 - I cannot see the shadow on the top items in my javascript pop up menu example.
- Apr 12, 2009 - For some reason my item separator image won't show in menu bar html...
|