Results 1 to 6 of 6

Thread: Description on Ultimate Fade-in Slideshow

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

    Default Description on Ultimate Fade-in Slideshow

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

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

    3) Describe problem:
    Hello,

    I'd like to make the descriptions appear from the top of the images, and not from the bottom as it's set in the script. I don't know where to tune it. Any help ?

    Thanks in advance !

    Cheers

  2. #2
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Anyone ?

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Not fully tested, but try the below modified .js file.
    DD Admin

  4. The Following User Says Thank You to ddadmin For This Useful Post:

    Blackout (11-04-2009)

  5. #4
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Great, it works fine !

    Another question - where can I tweak the position of the text ? I'd like to make it appear slightly more onto the right to match with the text located at the bottom of my images.

    Thanks again.

  6. #5
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Well, the description DIV carries a CSS class of "fadeslidedescdiv", so you may want to try styling that DIV to give text inside it some left indent:

    Code:
    .fadeslidedescdiv{
    text-indent: 10px;
    }
    DD Admin

  7. #6
    Join Date
    Oct 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi there,

    Is there a way to place the description box below the slideshow instead of inside of it?

    Just wondering.

    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
  •