View Full Version : Ultimate Fade-in slideshow (want to remove link behavior)
1) Script Title: Ultimate Fade-in slideshow (v1.51)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
for this page - www.lesliemazoch.com
3) Describe problem: i dont want the pix to behave as links. i only see one "a href" in the entire page of code, but can't figure out how to remove it properly so as not to loose everything.
thanks in advance for your help,
best,
azul
jscheuer1
11-08-2008, 03:21 AM
Where you have:
fadeimages[0]=["rotate/01.JPG"]
and similar, make them like:
fadeimages[0]=["rotate/01.JPG", "", ""]
John, i made the changes, and i'm obviously doing something wrong because it took me back one step, where the pictures don't rotate at all.
page - www.lesliemazoch.com
code used: http://www.dynamicdrive.com/dynamici...nslideshow.htm
if you could take one last look, i'd really appreciate it.
best,
azul
update - i've changed my code to this & it works -
var fadeimages=new Array()
//SET IMAGEPATHS. Extend or contract array as needed
fadeimagesArray=["rotate/01.JPG", "rotate/02.JPG", "rotate/03.JPG", "rotate/04.JPG", "rotate/05.JPG", "rotate/06.JPG", "rotate/07.JPG", "rotate/08.JPG", "rotate/09.JPG", "rotate/10.JPG", "rotate/11.JPG", "rotate/12.JPG", "rotate/13.JPG", "rotate/14.JPG", "rotate/15.JPG", "rotate/16.JPG", "rotate/18.JPG", "rotate/19.JPG"]
for(var i=0;i<fadeimagesArray.length;i++)
fadeimages[i]=[fadeimagesArray[i]]
var fadebgcolor="white"
but all the images behave as links that go nowhere.
any ideas?
azul
jscheuer1
11-09-2008, 05:12 AM
for(var i=0;i<fadeimagesArray.length;i++)
fadeimages[i]=[fadeimagesArray[i], '', ''];
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.