If I understand you correctly, you'd like next/prev and paging of pages as tabs, and underneath that, tabs for the content? One way to approach it might be to implement two tab layers, but from a user perspective something like this would probably be nicer: http://extjs.com/deploy/dev/examples/tabs/tabs-adv.html
Have no idea if someone's made similar functionality in jQuery, but in theory: setting a width on a tab container, and then, if content in tab container overflows, show next/prev links and upon clicking them scroll the set of tabs accordingly... but I might be missing the point entirely? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
