Slideshow and Safari

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
MMMedia
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 04 Oct 2008, 18:38

Slideshow and Safari

Post by MMMedia »

I am hoping someone can help. :)

For some reason in Safari the slideshow only shows a white empty box. Has anyone else had this problem?

link: http://newj.jennifermarriott.com
MMMedia
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 04 Oct 2008, 18:38

Re: Slideshow and Safari

Post by MMMedia »

I researched a bit more and found it is a common issue with slideshow javascript. You have to change one line and it will work in Safari (and it seems to stay working in all the rest of the browsers)

At line 132 or so change this:

Code: Select all

crossobj.style.KhtmlOpacity=obj.degree/100
to this:

Code: Select all

crossobj.style.KhtmlOpacity=this.degree/100
Post Reply