It means when I drag one border of div, the rest divs will automatically adjust themself. Just like the example of jsfiddle. when you drag the right border of html panel, the css panel will adjust themselves according to that. Are there any simple ways to achieve it?
Asked
Active
Viewed 80 times
1
-
I think [split.js](https://nathancahill.github.io/Split.js/) is what you're looking for - or HTML framesets :P – wiesion Jun 24 '18 at 08:14
-
I found similar topic - I think it will help you: https://stackoverflow.com/questions/8960193/how-to-make-html-element-resizable-using-pure-javascript – Alex Jun 24 '18 at 08:18
-
possible duplicate of : https://stackoverflow.com/questions/50722853/jquery-ui-resize-while-keeping-same-overall-width/50723221#50723221 – Temani Afif Jun 24 '18 at 09:11