I need to scroll (scroll bar) when click on anchor. On anchor click the scroll bar 100px off from the side which is clicked. If any one know so kindly guide me as soon as possible. I already spend 2 day on this work but still not success. I found one method for this but its only work for Mozilla not for other browsers. Example
<div class="col-md-6 con">
<div class="prev pull-left">
<a class="next">
Prev
</a>
</div>
<div class="prev pull-right">
<a class="next">
Next
</a>
</div>
<div class="col-md-6">
<table class="table">
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
<td>Hello</td>
</table>
</div>
</div>