Unusual shape of a textarea?

后端 未结 10 848
無奈伤痛
無奈伤痛 2020-11-29 15:03

Usually textareas are rectangular or square, like this:

\"Usual

But I want a custom-shaped

10条回答
  •  自闭症患者
    2020-11-29 15:23

    Maybe it's possible with Content Editable ?

    It's not a textarea, but if you succeed to create a div with this shape, it could work.

    I think it's not possible with just textarea...

    A little example: http://jsfiddle.net/qgfP6/5/

提交回复
热议问题