Re: Slideshow and Opera
From: jack (jack_at_2wire.ch)
Date: 08/09/04
- Next message: ron: "image disolve"
- Previous message: Stacie Espinosa: "Re: Database results error"
- In reply to: Jon Spivey: "Re: Slideshow and Opera"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 9 Aug 2004 16:33:35 +0200
Thanks Jon....Your suggestion seems to have worked just fine. Problem
fixed!
Jack
"Jon Spivey" <jons@mvps.org> wrote in message
news:%230GYuShfEHA.140@TK2MSFTNGP12.phx.gbl...
> It looks like Opera is passing if(document.all) so I'd change this line
> if (document.all) {
> document.images.SlideShow.style.filter="blendTrans(duration=2)";
> to
> if (document.all && !window.opera) {
> document.images.SlideShow.style.filter="blendTrans(duration=2)";
> and then
> if (document.all) {
> document.images.SlideShow.filters.blendTrans.Play();
> }
> to
> if (document.all && !window.opera) {
> document.images.SlideShow.filters.blendTrans.Play();
> }
>
> This should stop Opera trying to run the filters, then the slideshow
should
> work as it does in Netscape.
>
> --
> Cheers,
> Jon
> Microsoft MVP
>
- Next message: ron: "image disolve"
- Previous message: Stacie Espinosa: "Re: Database results error"
- In reply to: Jon Spivey: "Re: Slideshow and Opera"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|