It is occurring in all browsers, mac and pc (firefox, safari, opera, chrome, IE7, IE8)
I am in development on this and it is on my testing server: http://ethos7.com/demo/site/index.php?p=articles I also ran into problems with this page because of the "navigation: true" not working at all and there being very little anyone had to say about this, (it would be nice just to define the #href and put an anchor tag at the proper spot and have it work without any need to do anything else, since it is already a browser function without any script at all). I ended up creating a separate scroll to top function as a workaround, it works alright since scrolling to top of page will show full accordion, but if I had a few more accordion items it would cause issues for the ones that were further down the page. Also, it kind of makes the animation choppy if you don't scroll to the top really fast. Ideally it would scroll either before or after accordion opens or slowly at the same time if it didn't make animation wonky, but for some reason both events fired at the same time. If I put this scroll as a navigationFilter function then halfway through the scroll the accordion function would halt the scroll, I could see the scroll was working because the page was higher up than without any function at all. As it stands the functions are completely separate and seem to work as two completely different events, as long as the scroll is really fast, thus I have my settings as "navigation:false." This may be a good workaround for others too, since there does not seem to be any other postings that adress this well. Ultimately it would be nice to integrate this scrolling feature into the accordion as an option (It is how I would imagine "navigation:true" would work) and with a bit more jquery experience I will be able to figure it out, but this works for now, as does my paragraph height hack to make accordion open all the way. On Dec 14, 11:40 am, "Scott Greenfield" <sgreenfi...@lyconic.com> wrote: > I've had a similar problem, and it was purely a CSS issue. Can you post a > link? Also, in what browser is this occurring? > > Scott > > -----Original Message----- > From: jquery-ui@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of Buck > Sent: Monday, December 14, 2009 8:00 AM > To: jQuery UI > Subject: [jquery-ui] Accordion COntent Image Only Height Issue > > Hi, > > I am trying to use accordion to show a few articles on my site and the > articles are scans from a newspaper. If this is the only content in > the content div the accordion will not open to full height. Even if I > put a paragraph with a blank space after it. My only workaround has > been to put the image inside a paragraph with styling on the paragraph > that declares a static height. It does not matter if I declare a > height on the image via a height attribute or a style attribute. > > I tried using autoHeight: False and it id not matter. > > Is tis a bug or have other folks found a way to work with this? > > Thanks > > Buck > > -- > > 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 > athttp://groups.google.com/group/jquery-ui?hl=en. -- 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.