标签:
给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>
标签:
原文地址:http://www.cnblogs.com/starof/p/4546340.html