给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>
给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>