|
|
My mainmenu items are not links. So I need no link cursor in css slide menu.
Return to Recent Questions
Q:
My mainmenu items are not links. So i need no link cursor. My
submenu item are links, so i need a pointer(hand).
How can i define 2 different cursors. I tried all the possible
settings for the cursor in the program but noting works.
I tried is also with a CSS class for the submenu, but that wasn't also working.
In brief: i want an arrow cursur in my mainmenu, and an hand
cursor in my submenu. With smart scroll doesn't solve my problem.
Can you give me a hint to do this.
A:
Unfortunately, you can't change cursor type for different items.
But you can write so:
["<a href='http://deluxe-menu.com/'>Home</a>","", , , , , , , , ],
["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
|