Hi! I have tried to get this to work for a long time in JA Sufur. The code you refer to seems to work fine for all browsers except for IE 7/8. I have also modified modulesmod_jaslideshow2assetsja.slideshow2.js, line 36, with this code, recommended by JA Developer:
//Click on Main image
if (this.options.urls) {
this.els.addEvent('click', function () {
var url = this.options.urls;
if (url) location.href = url;
}.bind(this));
}
this.els.setStyles ({'width':this.options.mainWidth, 'height':this.options.mainHeight, 'cursor' : 'pointer'});
Is it only me that have this problem?
I have also installed a IE Compatibility plugin, running “Emulate IE7” . Have also tried to emulate other IE’s.
Reg.
Vors