<textarea style="resize: vertical; height: 200px;"></textarea>
<textarea style="resize: vertical; height: 200px;"></textarea>
The above code creates 2 textareas positioned side to side. Just in case, here is a fiddle.
I want to make it such that if either of the textareas are resized, the other textarea will be resized (relative to the height of the other textarea). So how do I accomplish that?