[jQuery] Re: jQuery and Tabs plug-in

2007-05-23 Thread Rob Desbois
Point taken :-) I was about to suggest that perhaps this requirement was a bit backwards and could it be changed in future...but thinking about it I won't! Bradley - the layout of your menu and content s makes sense only for a true menu-type layout, i.e. separating everything. For a tabbed layou

[jQuery] Re: jQuery and Tabs plug-in

2007-05-23 Thread Klaus Hartl
Rob Desbois wrote: Bradley, It looks like the tab s must be in the same container as the navigation , plus you're not actually ever setting up the tabs. Try replacing your function with this: $(document).ready(function() { $('#menu').tabs(); }); And move the contents of #cont

[jQuery] Re: jQuery and Tabs plug-in

2007-05-23 Thread Rob Desbois
Bradley, It looks like the tab s must be in the same container as the navigation , plus you're not actually ever setting up the tabs. Try replacing your function with this: $(document).ready(function() { $('#menu').tabs(); }); And move the contents of #content into #menu. Klaus (if