Jquery Tabs scroll to top bug

Jquery Tabs scroll to top bug


Hi all,
I'm quite new to jquery so there may be a simple solution to this.
On this page:
http://www.thedentalimplantclinic.com/caseexamples.htm
I use 2 levels of nested jquery tabs with the opacity: toggle
function. Whenever you change tabs, it scrolls the page back up to the
top, which is annoying when you change a nested tab. However, if I
remove the opacity: toggle, it does not do this. Is there a way for me
to get the effect without the scrolling?
Here is the function I currently use to call the tabs:
$(function() {
$('#container-1 ul').tabs({ fx: { opacity:
'toggle' } }).tabs;
});
Any ideas?
Thanks in advance,
Oli