码迷,mamicode.com
首页 > 其他好文 > 详细

给textarea添加背景图

时间:2015-06-02 21:40:35      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:

给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添加背景图

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!