I would like to have multiple sliders on the same page. Right now, I have three sliders set up ---but they all still call to the same slider div. Ive tried everything, please help!
#slider ul, #slider li{ margin:0; padding:0; list-style:none; } #slider, #slider li{ /* define width and height of container element and list item (slide) list items must be the same size as the slider area */ width:696px; height:241px; overflow:hidden; } span#prevBtn{} span#nextBtn{}
/* // Easy Slider */
/* Easy Slider */
#slider2 ul, #slider2 li{ margin:0; padding:0; list-style:none; } #slider2, #slider2 li{ /* define width and height of container element and list item (slide) list items must be the same size as the slider area */ width:696px; height:241px; overflow:hidden; } span#prevBtn2{} span#nextBtn2{}
/* // Easy Slider */
/* Easy Slider */
#slider3 ul, #slider3 li{ margin:0; padding:0; list-style:none; } #slider3, #slider3 li{ /* define width and height of container element and list item (slide) list items must be the same size as the slider area */ width:696px; height:241px; overflow:hidden; } span#prevBtn3{} span#nextBtn3{}
Are you using the latest version of easy slider? http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding The original version didn't support multiple sliders but 1.5 definitely does.
I need a quick help please.
I would like to have multiple sliders on the same page. Right now, I have three sliders set up ---but they all still call to the same slider div. Ive tried everything, please help!
link to my test page:
http://www.alliwagner.com/easySlider/01.html
Thanks,
allison
http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding
The original version didn't support multiple sliders but 1.5 definitely does.