I need a mouse click and drag instead of a horizontal scrollbar.
When I click and drag the child div, which should move left / right relative to the direction of the drag.
Demo link
Any solution with css or jquery / JS
My css code:
.parent{width:300px; border:5px sold red; overflow:hihdden; float:left;} .child{ width:1000px; float:left; font-size:15px; font-family:arial; padding:10px;}
javascript jquery html css
Ezhil - UI Developer
source share