thank you for the extra info ! The speed improvement in 1.3.2 is amazing: with 1.3.1 i used to see that whole menu appear briefly on page load; with 1.3.2, that's history. Great!
On Sat, Feb 21, 2009 at 10:37 PM, John Resig <[email protected]> wrote: > >> Thanks to your explanation, I found a way to fix it: >> >> i simply added this to my stylesheet: >> >> html.js #stratas ul{ >> /* this is necessary, otherwise jquery :visible does not work */ >> width:100%; >> } >> >> >> btw, do you know of a good way to make sure that an UL automatically >> adjust its dimensions to its content's dimensions ? (in other words, >> not have its content escape outside?) > > This is moving into the realm of CSS but it really depends what the > contents are. If the contents are absolutely positioned, no, the > container won't expand. If the contents are floated you can use > overflow: auto; to expand the container. > > --John > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
