<div id="slider">
<div id="pro1"></div>
<div id="pro2"></div>
<div id="pro3"></div>
</div>
<div id="thumb">
<a href="#pro1"> <img id="tpro1" src="projects/tpro5.jpg" style="height: 100%;"></a>
<a href="#pro2"> <img id="tpro2" src="projects/tpro5.jpg" style="height: 100%;"></a>
<a href="#pro3"> <img id="tpro3" src="projects/tpro5.jpg" style="height: 100%;"></a>
</div>
I have been working with this code and when I click on the link, it jumps straight to that specific div
. Instead, I would like to have some animated horizontal scrolling to display that div
.
Thank you!