设置有背景图片的文本框

re_bj.jpg:

  

<style type="text/css">
<!--
*
{
    padding
:0px;margin:0px; border:0px;
    
}
.input_move
{
    width
:198px; height:31px; line-height:31px; font-size:14px; padding-left:10px; padding-top:5px; padding-bottom:5px; float:left;
    
}
.input_gy
{
    background
:url(re_bj.jpg) no-repeat;
}
.btn2012
{width:198px!important; height:31px!important; line-height:33px; font-size:14px; padding-left:10px; padding-top:2px; padding-bottom:5px; float:left;background:url(re_bj.jpg) no-repeat; border:0px}
-->
</style>
<div><input class="input_move input_gy" name="input" type="text"  /></div>
原文地址:https://www.cnblogs.com/zf2011/p/2361704.html