resumir en vertical
<div class="resizable">
<p class="resizable" onResize="alert('hello')">
This paragraph is resizable in all directions, because
the CSS `resize` property is set to `both` on this element.
</p>
</div>
Innocent Iguana