Results 1 to 4 of 4

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

  1. #1
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow (v2.4)

    Hi. This is a great script, thanks a lot. However, I would like to have an image which I can present if JavaScript is inactive. How do I do this?

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    You can put a background image in the fadeshow1 div in this manner:
    Code:
    <style type="text/css">
    #fadeshow1{
    width:600px;
    height:450px;
    background-image:url(images/1.jpg);
    }
    </style>
    You need to specify the width and height in order to get it working.

  3. #3
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks very much!

  4. #4
    Join Date
    Sep 2010
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default another option

    You can also specify the background image in the blank DIV on page to house Slideshow so that each page has a unique background in case javascript is not enabled like this:
    <div id="fadeshow" style="background-image:url(/imageurl/); background-repeat:no-repeat;"></div>

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
  •