Glad to help! I checked and Opera prefs show both Java and Javascript enabled.
I just downloaded Opera 7. I thought it was only available for purchase, but see it's available with ads, as 6 is. Tried the slideshow. No transitions, but the slides to move now (is that because you fixed the show)--Java and Javascript both enabled out of the box. Went back to retry 6. Still stuck on slide 1.
Best regards,
Marilyn Langfeld
http://www.langfeldesigns.com
[EMAIL PROTECTED]
+1.301.598.3300 business phone
+1.301.598.0532 fax
+1.202.390.8847 mobile
On Dec 14, 2004, at 10:08 AM, Mordechai Peller wrote:
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
******************************************************
