pavel
Newbie
Posts: 1
Registered: 7/27/2004
Member Is Offline
|
| posted on 7/27/2004 at 01:28 PM |
|
|
change the cursor shape over menu
I want the arrow cursor over the menu items with no hyperlink, and the hand cursor over the menu items with a hyperlink. How to do it?
How can I set the cursor shape over the menu?
|
|
|
tigra
Administrator
Posts: 1916
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/17/2005 at 04:49 PM |
|
|
this feature is not currently supported by the script but there is a trick to make it work using some other property of the item's link:
| Code: |
['Item Text', null, {'tw':'" style="cursor:text;'},
|
With this when menu generates target attribute we also throw in the style attribute.
|
|
|