The first item of the html drop down menu stays highlighted.
Return to Recent Questions
Q:
Another glitch is that the first item on the sidemenu stays dark blue -
even when the mouse is off of it.
A:
In your code now you have:
var pressedItem=0;
Please, set this parameter in the data.js file:
var pressedItem=-2;
Return to Recent Questions
|