I have a layout as follows:
<div style="width: 300">
<div style="width: 300">Some Content</div>
</div
I want to be able to mousedown in the content DIV and be able to move it left to right, or scroll it in other words :)
What would be the best way of being this?
I would prefer it in JavaScript mainly :)