[jQuery] Elements aren't expanding when appending new children

2006-11-12 Thread frando
I'm currently trying to modify an ul-tree dynamically. Moving elements up, down and left is working perfectly. My problem is that, when moving elements right (iow creating a new ul as a child to an existing li), the parent element is not expanding, so the newly created ul is overlapping with

Re: [jQuery] Elements aren't expanding when appending new children

2006-11-12 Thread frando
Yeah, meant display of course, and tried it with display, and used display, and I have no idea why the hell I wrote position here ;) Klaus Hartl-3 wrote: frando schrieb: - Changing the css to position: none and then back to position: block - changing the position css attribute to 'table