I can successfully implement jquery for an image carousel, but now I need to find a way to create a sliding table format. Any assistance on this matter would be greatly appreciated.
Here is the code I currently have:
<ul>
<li><a style="cursor:pointer;"><img src="images\imageSlider\productdetailshoe_small1.png" alt="Shoecolorthumbview1"/></a>
</li>
<li><a style="cursor:pointer;"><img src="images\imageSlider\productdetailshoe_small2.png" alt="Shoecolorthumbview2"\></a>
</li>
<li><a style="cursor:pointer;"><img src="images\imageSlider\productdetailshoe_small3.png" alt="Shoecolorthumbview3"\></a>
</li>
<li><a style="cursor:pointer;"><img src="images\imageSlider\productdetailshoe_small1.png" alt="Shoecolorthumbview1"\></a>
</li>
<li><a style="cursor:pointer;"><img src="images\imageSlider\productdetailshoe_small2.png" alt="Shoecolorthumbview2"\></a>
</li>
<li><a style="cursor:pointer;"><img src="images\imageSlider\productdetailshoe_small3.png" alt="Shoecolorthumbview3"\></a>
</li>
<li><a style="cursor:pointer;"><img src="images\imageSlider\productdetailshoe_small1.png" alt="Shoecolorthumbview1"\></a>
</li>
<li><a style="cursor:pointer;"><img src="images\imageSlider\productdetailshoe_small2.png" alt="Shoecolorthumbview2"\></a>
</li>
<li><a style="cursor:pointer;"><img src="images\imageSlider\productdetailshoe_small3.png" alt="Shoecolorthumbview3"/></a>
</li>
<li><a style="cursor:pointer;"><img src="images\imageSlider\Desert.jpg"/></a>
</li>
</ul>