1) Script Title: Translucent slideshow Script
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...ucentslide.htm
3) Describe problem:
I have 3 divs at the top of the page which are faded in using jQuery statements and then the Translucent slideshow in the body.
The jquery is :
$(document).ready(function( ){
// setTimeout(function(){$('.leftbox').css("background-image","url(images/leftboxbg.png)").hide().fadeIn(3500)},2500);
$('.midbox').delay(2000).fadeIn(2500);
$('.rightbox').delay(3500).fadeIn(2500);
});
This is not working when Translucent slideshow Script is present.
Site is under development and not yet hosted.
Any help?



Reply With Quote

Bookmarks