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
Slideshow and Safari
-
- Phoca Newbie
- Posts: 2
- Joined: 04 Oct 2008, 18:38
Re: Slideshow and Safari
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:
to this:
At line 132 or so change this:
Code: Select all
crossobj.style.KhtmlOpacity=obj.degree/100
Code: Select all
crossobj.style.KhtmlOpacity=this.degree/100