|
The first item of the menu dinamico html stays highlighted when I load my page.
Return to Recent Questions
Q:
Another problem is that the first item on the menu dinamico html 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 drop down dhtml menu?
- March 16, 2009 - How can I change item width in the Vista templates in the dhtml menu samples?
- March 19, 2009 - How to get the javascript onmouseover 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 menus css?
- Apr 01, 2009 - How can I set different parameters for diferent items in my dhtml sliding menu?
- Apr 03, 2009 - I would like to change the height of the submenu items in the css drop down menus...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in javascript image menu?
- Apr 06, 2009 - Can the link items NOT open a new window in the popup menu?
- Apr 07, 2009 - I want to get my text within a single drop down menus item to be on a two lines...
- Apr 11, 2009 - I cannot see the shadow on the top items in my css horizontal menus example.
- Apr 12, 2009 - For some reason my item separator image won't show in java menu script...
|