Hello,
RE: DHTML Slide Show Script
This works great for my photos, but I would like just have one type of transition. I like the one where the new photos comes in from the left, overlapping the previous photo.
What do I need to do?
Debbie V.
Hello,
RE: DHTML Slide Show Script
This works great for my photos, but I would like just have one type of transition. I like the one where the new photos comes in from the left, overlapping the previous photo.
What do I need to do?
Debbie V.
The transitions in this script only work in IE. I believe the effect you are describing is #6. Edit the scripts. There are two places where the random transition is established:
and:Code:photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)
Change them to:Code:document.write('<img src="'+photos[0]+'" name="photoslider" style="filter:revealTrans(duration=2,transition=23)" border=0>')
and:Code:photoslider.filters.revealTrans.Transition=6
Code:document.write('<img src="'+photos[0]+'" name="photoslider" style="filter:revealTrans(duration=2,transition=6)" border=0>')
Last edited by jscheuer1; 01-13-2006 at 06:23 PM. Reason: add info
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks