Well, if #more doesn't have a height or width (for example, only contains floated elements and no actual content) then it won't matter. One solution is to make sure that the element has an overflow: auto;
Regardless, I'll make a note of this and see if there's anything that we can't do for 1.3.3. --John On Tue, Mar 31, 2009 at 10:28 AM, Jakub Suder <[email protected]> wrote: > > On 31 Mar, 15:40, John Resig <[email protected]> wrote: >> We've made some changes to the logic in the nightlies - does the >> change help your case?http://code.jquery.com/nightlies/jquery-2009-03-26.js > > No, it doesn't. I'm not sure why but the offsetWidth and offsetHeight > values for the #more element are always 0, even after you call show() > on it and it shows up. > > JS > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
