hi all,
Firstly thanks very much to Joomlaworks for such a great plugin.
When using this plugin with HTTPS, the mootools.js triggers a security alert in IE6 only (no problem in IE7 and firefox)
It would be great if the authors of this plugin might be so kind to email me the ‘uncompressed’ version of mootools.js so I can fix this small but troublesome issue or simply make it available for download. (the recent version from the mootool and slimbox websites cause some styling issues)
Having done some research on this I can see that the problem can be solved as follows:
Change
document.write("<script id=ie_ready defer src=javascript:void(0)></script>")
to
document.write("<script id=ie_ready defer src='://0'></script>")
As I am a day from going live with my site some help would be most appreciated.
Many thanks,
James