Slideshow block and Safari 4

Permalink
I built a sitehttp://www.espmasia.com with C5 using the default theme and some custom templates for menu and forms.
The top page has a slideshow which works in Safari 3, IE 7 and Firefox 3.5. In Safari 4, the display chokes on image 2&3, you only see white, then kicks in again from image 4. There are six images in total. Camino is a write-off , it doesnt display the menu text and even the <p> tag text (Calibri) is gone. Does anyone know what could be the fix for Safari 4? I tried deleting the block and reloading the images. With the other browsers working fine, it all seems a bit hit and a miss. Another thing between Safari's - 3 is not displaying Calibri, while Safari 4 does. These browser versions do my head in.

dekelly
 
dekelly replied on at Permalink Reply
dekelly
This post was related to Joomla
http://www.phoca.cz/forum/viewtopic.php?f=33&t=1961...

Change code from this;
crossobj.style.KhtmlOpacity=obj.degree/100

to this;
crossobj.style.KhtmlOpacity=this.degree/100

I am guessing I have to modify code in one of the files in the slideshow block in the concrete core files. If anyone knows what to change to fix Safari 4 and keep the slideshow working in other browsers, I'd appreciate your guidance!
dekelly replied on at Permalink Reply
dekelly
The problem was not javascript. It was the file names.
The original files were named with dashes. eg bnr-top-arial1. I renamed using underscores to bnr_top_arial1. Now Safari 4 is happy.