I've successfully installed a jscript, however I cannot get the image to work. I need the syntax for:
var trailimage=["star.gif", 100, 99] //image path, plus width and heightvar offsetfrommouse=[10,-20]
I've tried:
var trailimage=["includes/temp/jane/images/star.gif", 100, 99] //image path, plus width and heightvar offsetfrommouse=[10,-20]
I've tried:
var trailimage=["/includes/temp/jane/images/star.gif", 100, 99] //image path, plus width and heightvar offsetfrommouse=[10,-20]



