I need the cursor not to change when hovering over Menu items which don't have links
Return to Recent Questions
Q:
My top levels over the menu have no link and as such I need the
cursor not to change when hovering over it � only change over the
menus that drop down.
Please let me know how to fix this
A:
Unfortunately, you can't change cursor type for different items.
But you can write so:
["< a href='http://deluxe-menu.com/'> Home
["Product Info","", , , , , "0", , , ],
["|What's New","", , , , , "0", , , ],
In all items with links you should use < a> tag.
Set this parameter:
var itemCursor="default";
Return to Recent Questions
|