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.

enter image description here

 div {     border: 1px solid;     padding: 10px;     width: 200px;     resize: both;     overflow: auto;   }
<div>hello world!!!</div>

try ...


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -