|
|
|
My mainmenu items are not links. So I need no link cursor for these dropdown menu java items.
Return to Recent Questions
Q:
My mainmenu items are not links. So I need no link cursor for these dropdown menu java items. My
submenu item are links, so I need a pointer(hand).
How can i define 2 different cursors for the dropdown menu java. I tried all the possible
settings for the cursor in the program but noting works.
I tried it also with a CSS class for the submenu, but that wasn't also working.
In brief: I want an arrow cursor in my top dropdown menu java items, and an hand
cursor in my submenu.
Can you give me a hint to do this.
A:
Unfortunately, you can't change cursor type for different items.
But you can try to write your dropdown menu java items in the following way:
["<a href='http://dhtml-menu.com/menu/'>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
Related:
- March 24, 2009 - In navigation menu code creator there's no option for turning the cursor into a hand.
- Apr 23, 2009 - I cannot configure the actual links or link names in the menu css vertical?
- Jun 18, 2009 - Is there a way to show a links like I have in the dropdown menu script if the JavaScript is not allowed on computer?
- Jul 30, 2009 - I need the cursor not to change when hovering over items which don't have links in vertical drop down menus
- Aug 02, 2009 - Is there any way to have a cursor becomes a pointer for a link in a javascript menu drop down?
- Aug 26, 2009 - I want to change the dhtml vertical menu item link text from status bar messages to another value?
- Sep 19, 2009 - When I click on link of my vertical left navigation menu no file is loaded!?
- Oct 23, 2009 - Change cursor to a hand when over a menu link in navigation web...
- Dec 24, 2009 - Suddenly all the menu link targets don't work anymore in my disable popup menu.
- Jan 30, 2010 - Is there any way to keep the cursor as default on disabled links of menus using css?
- Feb 23, 2010 - If I try to open menu web links from the another page non of them work
|