Can the scroll bar be positioned at the top of a table instead of just the bottom?
<div style="overflow-x: auto;">
<table>
...
...
</table>
</div>
I am looking for a way to have the scroll bar appear at the top of my table in addition to the bottom. I have access to jQuery if needed. If you know of a popular jQuery scrollbar solution, please let me know so I can explore it.
My browser is IE9 or above. I found an answer to this question from over 2 1/2 years ago, but I'm hoping there might be a new method available now.