By default, autoHeight: true is set, which tries to calculate the biggest content and use that for each one. Apparently that is not working as expected. I suspect the culprit is the floatet content, you'd have to clear those floats.
If all those have the same height anyway, try to set autoHeight: false. jQuery UI support team On Mon, Aug 24, 2009 at 11:15 AM, Steve <[email protected]>wrote: > > Hi there, > I'm just learning the ropes and have come across a problem that I > don't know if it is a bug or something I can work around. > > I have an accordion containing some nested divs with images as > backgrounds. When the page is first loaded, all heights are correct, > but on refresh in Firefox (3 and 3.5 on both Windows and Linux) the > accordion height is truncated to what I'm guessing is the height of > the content, ignoring heights set by the stylesheet. Pressing return > on the URL again resets it until you refresh. > > A page showing this at: http://thebrick.keble.net/new (this is just a > work in progress testing things and just using a mix of existing > content pasted in and autogenerated HTML so there may well be other > errors that'll be dealt with later!) > > I did see in the changelist that there is a bug to do with accordion > autoheights will be fixed in 1.8 - is that connected to this problem? > > Steve. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
