I have
<div style="overflow-x: auto;">
<table>
...
...
</table>
</div>
This places a scroll bar at the bottom of my table. Is there a way that I could have this appear at the top of the table instead of or as well as the bottom ? Note that although I didn't use this I do have jQuery available if I need to use that. If anyone knows of the most well used jQuery scrollbar solution I would also like to know which to have a look at.
Note I'm using IE9 and above. Also I did see an answer out there but that's over 2 1/2 years old so I'm hoping some new way might have come up that I could use.