1) ac_bendGroup: Members Posts: 1Joined: 28 Aug 2006Location: IP: 71.222.--.--
Posted:
hi, I came across your script while searching for a fix for a javascript slideshow that does not fade in Safari (Mozilla) browsers...I have been away from web dev for several years, so please exuse my ignorance! Is there a quick fix to apply to check for browser and then apply so the fade works in Safari. I am hoping to combine multiple slideshows which all autoplay, and works fine in IE. My work in progress: http://www.feedbackgraphics.com/dognewv1.htm FYI: I especially liked your Mt white website gallery because I lived in NZ for 12 years and have many similar mtn bike photos... Thanks for any and all advice. cheers, andy
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.36.--.--
Posted:
Sure, opacity is a CSS3 property these days so just set element.style.opacity to a number between 0 and 1. You can also set style.MozOpacity which will work in pre-1.7 versions of Mozilla, but they're getting antiquated now. I just set them both without doing browser testing.