Changing The Textarea Resize Icon With CSS3 -
is there anyway of changing textarea's re-size icon css?
i'd change cleaner, simple arrow.
is in anyway possible? in advance.
div { border: 1px solid; padding: 10px; width: 200px; resize: both; overflow: auto; }
<div>hello world!!!</div>
try ...
Comments
Post a Comment