Posted - 10/04/2022 : 02:54:44
Hi Anne You can have as many sliders on the page as you like, but you have to give the container an "id" and specify that when you kick off the slider. For instance this would go in the head to start the slider... <script> ect_slider(10000,'mysecondslider'); </script> And this in the body to define the slider images... <div id="mysecondslider" class="slidercontainer"> <div class="sliderimages"> <img src="images/banner1.jpg" alt=""/> <div class="slidercaption">Your captivating caption...</div> </div> <div class="sliderimages"> <img src="images/banner2.jpg" alt=""/> <div class="slidercaption">Your optional sales message...</div> </div> <div class="sliderimages"> <img src="images/banner3.jpg" alt=""/> </div> </div> Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|