View Full Version : Ultimate Fade-in slideshow (v2.4)
druegg
09-21-2010, 05:22 PM
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?
azoomer
09-21-2010, 08:01 PM
You can put a background image in the fadeshow1 div in this manner:
<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.
druegg
09-21-2010, 08:28 PM
Thanks very much!
panamajoules
09-21-2010, 09:13 PM
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>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.