3
Answers

Carousel slide show list of images - ol, li,

Ask a question
David Smith

David Smith

11y
1.8k
1
Carousel slide show list of images - ol, li,

I am trying to implement the list of images. I do not want to explicitly spell out the images. Review screen shot. I trying to implement the slide show list similiar to yahoo.com review screen shot


Here is my html code below.


<div id="carouselFooter" class="carouselFooter" > 
      <div id="carouselContainer" class="carouselContainer"> 
    <div id="sliderSlide" class="sliderSlide"> 
<ol id="sliderSlideList" class="sliderSlideList">
 <li id="sliderSlidePanelY" class="sliderSlidePanelY"></li>  
  </ol> <!-- end sliderSlideList -->
  </div> <!-- end sliderSlide --> 
  </div> <!-- end carouselContainer -->
    </div> <!-- end carouselFooter -->


Attachment: slideshowlist.zip

Answers (3)