给textarea添加背景图

给textarea添加背景图用的好也很有意思哦。

<style type="text/css">
textarea{
  background: url(img/cartooncat.png) no-repeat right bottom/20% 30%;
}
</style>
<body>
<textarea cols="60" rows="15">
</textarea>
</body>

原文地址:https://www.cnblogs.com/starof/p/4546340.html