View Full Version : Image Slideshow
barrym67
03-07-2007, 11:45 PM
Hi there,
Does anyone know a script that works well with Internet Explorer as well as Netscape and Firefox - with regards to an image slidewhow?
If you view my slideshow on this page: www.psptubez.com (http://www.psptubez.com/)(near the bottom of the page) - it works fine in IE but is a disaster in Netscape and FF.
I would appreciate any assistance in sorting this out - - - many thanks
Regards
Barry
thetestingsite
03-08-2007, 01:20 AM
Not sure if this will work, but try the following (in a test page or after you make a backup of your original). In the code, find the following:
function rotateimages(){
contentcontainer='<center>'
if (variableslide[currentslide][1]!="")
contentcontainer+='<a href="'+variableslide[currentslide][1]+'">'
contentcontainer+='<img src="'+variableslide[currentslide][0]+'" border="0" vspace="3">'
if (variableslide[currentslide][1]!="")
contentcontainer+='</a>'
contentcontainer+='</center>'
and add the following (in red):
function rotateimages(){
contentcontainer='<center>'
if (variableslide[currentslide][1]!="")
contentcontainer+='<a href="'+variableslide[currentslide][1]+'">'
contentcontainer+='<img src="'+variableslide[currentslide][0]+'" border="0" vspace="3" width="+slidewidth+'" height="'+slideheight+'">'
if (variableslide[currentslide][1]!="")
contentcontainer+='</a>'
contentcontainer+='</center>'
Again, not tested but hope this helps.
barrym67
03-08-2007, 09:42 AM
Hi thetestingsite
Tks for the time and effort. Did not work though, but I truly appreciate your effort.
Many thanks - Barry
chechu
03-08-2007, 11:41 AM
If you have problems,
why not pick a new one from DD, with nicer effects ?
Check them out here (http://www.dynamicdrive.com/dynamicindex14/index.html).
kadriokur
03-10-2007, 10:11 AM
very thanks
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.