Carousel slide show list of images - ol, li,
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 -->