Text Links to UI Tabs on Other Pages
I'm a little new to this, so please don't think this is absurd
I want to put a <li><a href=""></a></li> link to a page that has
jquery ui tabs, but when I create the link href="http://www.mysite.com/
page.html#tab-2" it goes to the right link but not to the top of the
page. It goes to the middle. I know this is because it is going to
the hidden spot where #tab-2 begins, but how do I get it to go to
#tab-2 while showing the top of the page?