Normally jQuery resizeable expects element to be a direct child of resizeable to work, like this,
            <div id="resizeable">
                <div class="handler">
But can we have it like this ?
            <div class="handler">                 
            <div id="resizeable">
               <div id="head"> </div....
When I try 2nd approach just doesn't work..
Is there any work around ? I am trying to make a horizontal split but nothing seems to work, need it to work on IE-8 as well