javascript - Slideshow not working in IE for Windows -
Any ideas as to why this is happening? Works in Chrome, and not Firefox but in IE
Issue:
checked? It is in IE and I get this error:
Message: 'painter [...]. 0 'zero or no one object line: 34 variable: 3 code: 0 URI: //www.isomham.com/TEST/Scripts/simplegallery.js
It should be decided that this
Edit:
Actually it seems that this code:
var mygallery = new simple gallery ({... etc
should be wrapped around:
window.onload = function () {var mygallery = new simple gallery ({... etc}) ;
I think trying to see # simplegallery1 before page # is finished loading.
Comments
Post a Comment