Marilyn Langfeld wrote:
On the Mac side, it works correctly in Firefox 1.0, Safari, 1.2.3, Netscape 7.2. The images change in IE 5.2 but no fade; nothing happens (stays on the first image and doesn't advance) in Opera 6.03.
Thanks for the feedback.
Regarding Opera 6, it either doesn't support setInterval() (which it claims to do) or you have JavaScript disabled (which is my guess). Whatever the case might be, you helped find a bug which I didn't previously noticed because I was using an odd number of images: it skips every other image because setting opacity to 0 is only equivalent to being invisible IF OPACITY IS SUPPORTED! Otherwise, only the front picture is visible.
Ironically, fixing the problem would actually simplify the code. Where as now I need to track in which direction I'm fading (front to back of back to front), after I fix it I won't.
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
