Results 1 to 2 of 2

Thread: Up-down slideshow

  1. #1
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Up-down slideshow

    I have used numerous Dynamic Drive scripts, but one is giving me problems - the Up-down slideshow.

    It works great on firefox. IE - it always repeats #1 in the array every other image. And on Opera, every other banner is a blur of the previous.

    Since I can't convince everyone to use firefox, any suggestions?

    The script is at http://www.springfieldohio.com

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    IE is an easy fix. You need to close your <a> tags in the array.

    Code:
    slideimages[0]='<a href="http://www.kbanet.com" target="_blank"><img src="/banners/banner1.jpg"></a>'
    slideimages[3]='<a href="http://www.coachworksautosales.com/auction.html" target="_blank"><img src="/banners/coachworks.gif"></a>'
    slideimages[2]='<a href="http://www.ridgewoodjeweler.com" target="_blank"><img src="/banners/ridgewood.jpg"></a>'
    slideimages[1]='<a href="/pages/ohiocoin.html" target="_blank"><img src="/banners/ohiocoin.jpg"></a>'
    slideimages[4]='<a href="http://www.savoylive.com" target="_blank"><img src="/banners/savoy468x60.jpg"></a>'
    slideimages[5]='<a href="http://www.springfieldohio.net/business/businesses/station1/" target="_blank"><img src="/banners/stationone.jpg"></a>'
    slideimages[6]='<a href="/pages/kountryjon.html" target="_blank"><img src="/banners/kountryjon.gif"></a>'
    slideimages[7]='<a href="http://www.clarkcountyfair.org/ticketgiveaway.html" target="_blank"><img src="/banners/fairhorizontal.jpg"></a>'
    slideimages[8] was already done correctly.

    Opera appeared to me to be a different problem. That is if what I am seeing is what you are seeing. I'm using Opera 9. In that browser, I see no blurring, rather jumping around of the layout. Is that a more accurate description? In any case, the fix above seems to take care of that as well.

    There were a few errors in the css but these appear unrelated to the issue at hand but, you might want to look into validating your css and markup.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •