hi! thx a lot! actually i discovered that i was using jquery ui 1.6 + jquery 1.3.2 - and with this combination, that tabs itself where working even with the <div id=tabs-menu>, but it also had the consequence that the first link in <ul><li> was converted into a "tab- link".
after updating to jquery ui 1.7.2 and removing the <div id="tabs- menu"> everything worked! thx :) have a good day! walter On Aug 31, 12:04 pm, Cheng Chi <[email protected]> wrote: > Note: There's no <div> outside menu-<ul> . > > On Mon, Aug 31, 2009 at 6:12 PM, valderama <[email protected]> wrote: > > > hi everyone! > > > hope your doing well. i currently have a small problem with the Tabs > > widget. > > > if i have an unordered list (ul) within a tab, and inside a link (a), > > then the first link is also changed into a tab link (eg href="#ui- > > tabs-6") > > > how can i supress this behaviour? > > > thanks a lot in advance! > > walter > > > ps: > > > <div id="tabs"> > > <div id="tabs-menu"> > > <ul> > > <li><a href="#info-tab"><span class="info-tab">Info</span></ > > a></li> > > <li><a href="#biography-tab"><span>Biography</span></a></li> > > <li><a href="#comment-tab"><span>Comments</span></a></li> > > </ul> > > </div> > > > <div id="info-tab" class="ui-tabs-panel"> > > <div> > > <ul><li><a href="bla">bla</a></li></ul> <! ------------ THIS > > LINK IS ALSO CHANGED INTO A tab link --> > > </div> > > </div> > > > <div id="biography-tab" class="ui-tabs-panel"> > > > </div> > > > <div id="comment-tab" class="ui-tabs-panel"> > > > </div> > > </div> > > > > 2a53c94c042535d2.html > 1KViewDownload --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
