Results 1 to 3 of 3

Thread: :: Ultimate Fade-in slideshow (v2.4) help!

  1. #1
    Join Date
    Nov 2008
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default :: Ultimate Fade-in slideshow (v2.4) help!

    1) Script Title: :: Ultimate Fade-in slideshow (v2.4)


    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: the tiny url toggle code is no longer valid.

    I really like this slide show, the fact that it fades in and out and also has the option to add hyperlinks to the images, along with text etc. I also like the "toggle" option that allows you to manually go from pic to pic.

    I was able to get the script up and running but the toggle tiny url's are missing. It just shows a tiny url box mentioning that the image has been removed. How can i fix this, a simple button would do.

    Also, if there is a different script that will acheive this but look much sharper I am open. I am very novice when it comes to java etc... but any advice would be appreciated.

    thanks all!

  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

    Download (right click and save as):

    http://www.dynamicdrive.com/dynamicindex14/left.png

    and:

    http://www.dynamicdrive.com/dynamicindex14/right.png

    Put them in the same folder as your page. Then in the toggle code, do it like so:

    Code:
    <div id="fadeshow2toggler" style="width:250px; text-align:center; margin-top:10px">
    <a href="#" class="prev"><img src="left.png" style="border-width:0" /></a>  
    <span class="status" style="margin:0 50px; font-weight:bold"></span> 
    <a href="#" class="next"><img src="right.png" style="border-width:0" /></a>
    </div>
    - John
    ________________________

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

  3. #3
    Join Date
    Nov 2008
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    perfect! thanks john.

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
  •