I ran into a similar problem just very recently. It turned out that by adding <div style="clear:both"></div> will force a new height calculation and resize it.
My best guess is that the inherit CSS shortcomings in over-using div tag caused this problem. Add that right before the closing div of your column div should do the trick. (or wherever the end of the container that requires resizing is) On 12月8日, 下午12時08分, JSiebe <jordansi...@gmail.com> wrote: > Howdy! > > I am having an issue with the autoHeight option in accordion instances > within a Tab instance. > > My first tab loads it's accordion instance fine and auto expands the > height to match my content just fine. When I switch to tab 2, or 3, > etc. The accordions in those tabs do not auto expand to match height > of content. I have tried using clearStyle and fillSpace options, but > can't seem to get those accordions in tabs 1, 2, 3 to auto expand the > first section in the accordion. > > Any ideas what I am doing wrong? Do I need to add an activate, 0 for > the click event of the tabs or something? If so, I'm not real sure > how to go about writing the code for the click events to do that.. > anyone point me in the right direction? > > Sorry if that isn't clear enough, if needed, I can post my code for > anyone to look at. > > Thanks for any advice/suggestions. > > -- JSiebe -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.