I'm trying to use the accordion for a sidebar with a graphic at the
bottom where the headers have an image sprite for a background and
when using the fillSpace option line 188 of v1.7.1 somehow expands to
display the entire image sprite.  The offending line of code is the
last of these three from lines 186-188:

this.headers.next().each()(function() {
   maxHeight = Math.max(maxHeight, $(this).outerHeight());
}).height(maxHeight);

I've attempted to figure out how to fix it but without more time than
I have to devote at the moment it's beyond my abilities so I thought
I'd just mention it here.

-Mike

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