Hi,

I see that IE uses url cursors that Firefox does not. I have looked the
code in pmapper.js and saw that Firefoy was using internal cursors.
Since Firefox should support url cursors I have tried using .cur cursor
and it works when defined like (setting internalCursor to false before):

var usedCursor = (internalCursor) ? 'crosshair' : 'url("' +rootPath +
'images/cursors/zoomin.cur"), default'; 

instead of

var usedCursor = (internalCursor) ? 'crosshair' : 'url("' +rootPath +
'images/cursors/zoomin.cur")';  

Internet Explorer works too with this settings.

Is it the right way to go?

regards, dejan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to