Change your accordion markup like this:

<div id="accordion">
  <h3><a href="#">First header</a></h3>
  <div>First content</div>
  <h3><a href="#">Second header</a></h3>
  <div>Second content</div>
</div>

- Richard

On Sat, Aug 29, 2009 at 6:35 AM, Dennis Madsen <[email protected]> wrote:

>
> I'm trying to put a accordion inside a modal dialog:
> http://www.dennismadsen.com/uploads/jquery/accordionInsideDialog.html
>
> As you see it does not look as it should. Could someone tell me, what
> I'm doing wrong?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to