I code this page, a tab with sliding capability : here
I really like the effect, but when you vien a long tab (let say specification), and we go to a smalll one (download) reclicking on a large one force the user to scroll down again…
Is it possible to jquery something that tell the page to stay scroll down at the max after the tab pressed ?
I’m doing something like this with the jQuery UI tabs, you can modify it for whatever layout:
I have the whole tab content wrapped in a
<div class="subTabsC">. The 30 pixels in my case is to account for the tabs and the border, adjust to whatever you need.