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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
