Page 1 of 1

Slideshow and Safari

Posted: 04 Oct 2008, 20:18
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

Re: Slideshow and Safari

Posted: 04 Oct 2008, 20:36
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