I need 3 divs which would span across the screen (100%, but that's not the main point) and be able to adjust their widths using mouse. The functionality I am trying to achieve is to be able to shrink the width of one div resulting in making another div wider.
I am thinking of using jQuery UI Resizable, but I couldn't find any examples of using that with multiple divs.
Any ides or links to examples?