here's another question for the group. my table is long. i can resize, but i would also like to be able to scroll vertically. when i put in overflow:auto instead of hidden, it seems to work. then i scroll and the resize handle scrolls with the table. how do i get it to stay put on the bottom of the div? i feel like some positioning css might do it, but i haven't had any luck.
On Nov 28, 12:16 am, Tim <[EMAIL PROTECTED]> wrote: > i would like to make a table resizable. i thought that i could > achieve this with jquery ui. so far, i'm not doing so well. examples > show a div, textarea, and image. i thought that i could put the table > inside the div, but that didn't work. any ideas? thanks.