That much looks good. Without seeing more, it's hard to see what your problem might be. Could you share a more complete code sample? Also, when you say "the design is totally broken", could you describe what happens or appears that doesn't look right? Do you get any javascript errors? Maybe you could share a screenshot of how things look for you.
Also, you may want to use Firebug to ensure both scripts (jquery.js, jquery-ui.js) are being loaded as well as all css (ui.all.css @imports ui.base.css, ui.theme.css, ui.allplugins.css) and image files. Thanks. - Richard On Wed, Jan 21, 2009 at 9:03 AM, 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 -~----------~----~----~----~------~----~------~--~---
