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