Results 1 to 5 of 5

Thread: Image Slideshow

  1. #1
    Join Date
    Mar 2007
    Location
    South Africa
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Slideshow

    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 (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

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    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:

    Code:
    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):

    Code:
    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.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Mar 2007
    Location
    South Africa
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks

    Hi thetestingsite

    Tks for the time and effort. Did not work though, but I truly appreciate your effort.

    Many thanks - Barry

  4. #4
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    If you have problems,
    why not pick a new one from DD, with nicer effects ?
    Check them out here.

  5. #5
    Join Date
    Mar 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ...

    very thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •