newbie101
05-10-2012, 05:02 PM
1) Script Title: Blending Image Slideshow Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/image4.htm
3) Describe problem: How do I make this script work in other browsers like FF, chrome, etc.? I tried adding ff to the working script below var blenddelay=(ie,ff), but it didn't do anything. The code stopped working in IE after I added ff. Thanks!!
var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/image4.htm
3) Describe problem: How do I make this script work in other browsers like FF, chrome, etc.? I tried adding ff to the working script below var blenddelay=(ie,ff), but it didn't do anything. The code stopped working in IE after I added ff. Thanks!!
var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0