|
|
|
My mainmenu items are not links. So I need no link cursor for these down menu html items.
Return to Recent Questions
Q:
My mainmenu items are not links. So I need no link cursor for these down menu html items. My
submenu item are links, so I need a pointer(hand).
How can i define 2 different cursors for the down menu html. 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 down menu html 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 down menu html 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, 2007 - In javascript xml menu creator there's no option for turning the cursor into a hand.
- Apr 23, 2007 - I cannot configure the actual links or link names in the horizontal menu css?
- Jun 18, 2007 - Is there a way to show a links like I have in the html menu if the JavaScript is not allowed on computer?
- Jul 30, 2007 - I need the cursor not to change when hovering over items which don't have links in navigation web
- Aug 02, 2007 - Is there any way to have a cursor becomes a pointer for a link in a javascript code menu?
- Aug 26, 2007 - I want to change the simple html menu item link text from status bar messages to another value?
- Sep 19, 2007 - When I click on link of my vertical drop down menu java no file is loaded!?
- Oct 23, 2007 - Change cursor to a hand when over a menu link in mouseover menu...
- Dec 24, 2007 - Suddenly all the menu link targets don't work anymore in my drop down menus in css.
- Jan 30, 2008 - Is there any way to keep the cursor as default on disabled links of java script tree menu?
|