Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

resizer in 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>
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #resizer #vertical
ADD COMMENT
Topic
Name
5+7 =