Change cursor

This is a challenging one. The way Lectora codes the buttons prevents css or javascript from doing this. If you realllly need to do it within Lectora, you need to put in an external html button, and set up the html css style to do it or use javascript.Example: You could also modify the style.css that is generated on publish to add .mouseOver {cursor: hand}Then on the action for the button for rollover you can do this code: javascript:this.className='mouseOver';If there is an easier way, someone please let me know.

Discussions have been disabled for this post