no i understand what was wromng, the entire ui docs is based (obviously) on the older jquery ui with a totally different html. Also why for the accordion did you change the html from <ul>/<li> elements to div only? shouldn' t be wrong to use div instead list element? the accordion is basically a list then why dont use the proper html element?
On Jan 21, 2:21 pm, Q <[email protected]> wrote: > I also tried to download the latest ui from this page, it should > already has a theme included, but i got the same problem, the design > is > brokenhttp://blog.jquery.com/2009/01/16/jquery-ui-16rc5-compatible-with-jqu... > > i'm trying to use the accordion and the generated markup is the > following, can you seee something wrong? > > <ul style="width: 250px;" class="ui-accordion-container ui-accordion > ui-widget ui-helper-reset" id="accordion-example" role="tablist"> > <li class="ui-accordion-group"> > <a href="#" class="ui-accordion-header > ui-helper-reset ui-state- > default ui-corner-all" role="tab" aria-expanded="false" > tabindex="-1"><span class="ui-icon ui-icon-triangle-1-e"/>Test 2</a> > <div class="ui-accordion-content-wrap ui-helper-reset > ui-widget- > content ui-corner-bottom" style="overflow: visible; height: 700px; > display: none;" role="tabpanel"><div class="ui-accordion- > content">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed > do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim > ad minim veniam <br/> > </div></div> > </li> > </ul> > > On Jan 21, 2:03 pm, Q <[email protected]> wrote: > > > This is what i'm using, jquery 1.3, jquery ui 1.6rc5. With this > > configuration the design is totally broken, what's wrong? > > > <script src="/javascripts/jquery-1.3.js?1232541666" type="text/ > > javascript"></script> > > <script src="/javascripts/jquery-ui-personalized-1.6rc5/jquery-ui- > > personalized-1.6rc5.js?1232060440" type="text/javascript"></script> > > > <link href="/stylesheets/jquery-ui-themeroller/ui.all.css?1232541916" > > media="screen" rel="stylesheet" type="text/css" /> > > > On Jan 21, 1:22 pm, "Richard D. Worth" <[email protected]> wrote: > > > > On Wed, Jan 21, 2009 at 7:57 AM, Q <[email protected]> wrote: > > > > > The situation seems quite confused for me. > > > > > I've been tried to run the ui with a themeroller generated theme but i > > > > till have too much troubles. > > > > > I'm running jquery 1.3 and jquery-ui 1.6 > > > > jQuery UI 1.6 hasn't been release yet. Are you using 1.6rc4 or 1.6rc5? > > > Only > > > 1.6rc5 is compatible with 1.3. > > > > > and the markup doesn't match > > > > the css style, i also tried to use the downloaded js files and get the > > > > theme directly from the demo page(like > > > >http://ui.jquery.com/latest/themes/flora/flora.all.css) > > > > and is much better, i still have some missing elements but the > > > > interface looks fine in general(not the same of the demo page). > > > > The url you referenced is the latest stable release of jQuery UI - 1.5.3. > > > The flora theme was deprecated. It is only compatible with 1.5.3. It might > > > work through 1.6rc2, but no later releases of 1.6. > > > > > seems that each jquery-ui version generates its own markup and the > > > > theme roller generates another one totally different. > > > > jQuery UI theming (and the associated code changes) were changed quite > > > dramatically between the 1.5 and 1.6 (and more between 1.6rc2 and 1.6rc4) > > > releases of jQuery UI. 1.6rc4 added the new jQuery UI CSS Framework and is > > > compatible only with jQuery 1.2.6. 1.6rc5 has the same jQuery UI CSS > > > Framework, but is only compatible with jQuery 1.3. You can find more about > > > the CSS Framework here: > > > >http://docs.jquery.com/UI/Theminghttp://docs.jquery.com/UI/Theming/API > > > > ThemeRoller currently by default delivers a 1.6rc5 theme, that is based on > > > the new jQuery UI CSS Framework. It also can still produce a 1.5.3 theme - > > > there is a link at the bottom of the left nav. > > > > - Richard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
