Hi,
I have 2 parallel DIV sections - similar to a classic frames layout with a thin menu frame on the left and a wider content frame on the right.
I would like to offer my users the ability to dynamically drag the "vertical border" that seperates these 2 DIV (simulated frames) so that the user can customize the width of each DIV?
In the Windows world, I would use a Splitter control to allow a user to customize the widths of 2 adjacent containers.
My initial idea is to create a 3rd vertical DIV that sits between my left and right DIV's. This DIV would be the physical splitter that users would click and drag to resize the left and right DIV ("frames".
This is as far as I've gotten. Any suggestions or snippets?
Thanks!
Malcolm
I have 2 parallel DIV sections - similar to a classic frames layout with a thin menu frame on the left and a wider content frame on the right.
I would like to offer my users the ability to dynamically drag the "vertical border" that seperates these 2 DIV (simulated frames) so that the user can customize the width of each DIV?
In the Windows world, I would use a Splitter control to allow a user to customize the widths of 2 adjacent containers.
My initial idea is to create a 3rd vertical DIV that sits between my left and right DIV's. This DIV would be the physical splitter that users would click and drag to resize the left and right DIV ("frames".
This is as far as I've gotten. Any suggestions or snippets?
Thanks!
Malcolm