[jquery-ui] Re: jQueryUI: in Accordion/Section 3 list not showing

2009-02-11 Thread fredda
That's just because of this code: .ui-accordion li { /* ui.accordion.css (line 4) */ display:inline; } If you remove it you'll have your regular list. On Feb 10, 4:14 pm, sfdude wrote: > Hi, > > Look at: >     Accordion/Section 3. > > The items inside the ... tags in the text area, > are n

[jquery-ui] Re: jQuery newbie - problem getting dialogs to work

2009-02-11 Thread fredda
Hi You need to add the proper CSS as well. Try by adding this line to the head section of your page: http://ui.jquery.com/ testing/themes/base/ui.all.css" /> On Feb 10, 5:11 pm, rontivo wrote: > I'm having a little difficulty getting dialogs to display correctly. > I've been following examples