css文本输入框如何用图片代替
3个回答
展开全部
在文本框的css中加入一个图片背景即可,如下所示:
<input type="text" name="regName" maxlength="10" style="width:180px;height:25px;background-image:url(images/Index_01.jpg);background-repeat: no-repeat;line-height: 20px; padding-left: 20px;" title="">
<input type="text" name="regName" maxlength="10" style="width:180px;height:25px;background-image:url(images/Index_01.jpg);background-repeat: no-repeat;line-height: 20px; padding-left: 20px;" title="">
展开全部
<input type="text" name="test" style="width:110px;height:110px;background:url(https://gss0.bdstatic.com/7Ls0a8Sm1A5BphGlnYG/sys/portrait/item/dfc17861616b650205.jpg) no-repeat;line-height:110px; border:none;">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-02-19
展开全部
html: <div class="a"></div>
css: .a{backgrounp:url("图片路径") repeat-x;height:图片高度; width:文本框宽度;}
css: .a{backgrounp:url("图片路径") repeat-x;height:图片高度; width:文本框宽度;}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询