I have a page (pageA) that contains tabbed panes, the content of each pane is represented by a DIV element and it has a unique ID e.g id="tab1"
<div id="tab1">Contents of tab</div>
I have another page (pageB) that has an A element that links to a specific tab
<a href="otherpage.html#tab2">Tab 2</a>
On IE7 pageA with the tabs on will only scroll if I open the link in a new window from pageB
Has anyone come across this issue and knows how to fix it?