Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    cursor hand problem

    the following line shows text label with images, that fires the apple.com webpage. everything goes fine, but I want the mouse cursor shows hand style just like standard links. what should I do:

    isc.Label.create({showEdges: false, wrap: false, contents: "apple.com", icon:"/images/web.gif", iconHeight: 32, iconWidth: 32, action: function(){window.open("http://www.apple.com")}})

    #2
    You say you want a hand cursor? cursor:"hand"

    Comment

    Working...
    X