透明:
<input tpye=text style="background:transparent">背景图:
<input tpye=text style="background-image:url(test.jpg)">

解决方案 »

  1.   

    <INPUT TYPE="text" NAME="txt_name" VALUE="TEST" STYLE="BORDER-WIDTH:0PX" readOnly>
      

  2.   

    <input tpye=text style="border:1px none" readonly>
    上面应该搞定.可以参考以下参数:
    The border styles are defined as follows
    none | dotted | dashed | solid | double | groove | ridge | inset | outsetnone  No border is drawn (regardless of any border-width).  
    solid  Border is a solid line.  
    double  Border is a double line drawn on top of the background of the element. The sum of the two single lines and the space between equals the border-width value. Border width must be at least 3 pixels wide to draw a double border.  
    groove  3-D groove is drawn in colors based on the value.  
    ridge  3-D ridge is drawn in colors based on the value.  
    inset  3-D inset is drawn in colors based on the value.  
    outset  3-D outset is drawn in colors based on the value.