Hello there! Just getting to know the wonderful world of Jquery and all the things written for it. I'm building my new website with my illustration portfolio and am able to implement and modify all the scripts I need, but now I've stumbled upon a problem I can't solve myself..
I'm trying to implement multiple slideshows (from interface.eyecon.ro) into one page. All works fine in Firefox 2 and Opera 9, but not in IE6 and IE7. I've got an example up here: http://snagt.net/slideshow2.php As you can see, in IE 6 it only shows one slideshow and keeps showing the "loading" image of the other slideshow. The numbered navigation does work, but I want the first image to be visible immediately of course... When you go to any other page and then go back to this slidesho2.php page in the browser history (so that it won't load the page again from the server, but just from cache) it does show up good. Is this a problem I can fix? Perhaps I have the code wrong: for each slideshow I have a seperate piece of javascript ($(document).ready, function(), $.slideshow etc). As you can see in the source code of that page. I read that you can have as many $(document).ready on one page as you want. - Should I try to put all slideshows into one piece of Javascript? If so, how can I do that? - Is it a problem on IE side and impossible to fix? If so, do you know of a solution? I've also tried putting the slideshows into different pages and Iframing them. But same problem, only one loads and the other shows the loading image: http://snagt.net/testy.php Thanks in advance for any feedback ! - Pyhai, the Netherlands -- View this message in context: http://www.nabble.com/Multiple-Interface-Slideshows-on-one-page-not-showing-up-good-in-IE6%2C-IE7-tf2842689.html#a7937521 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
