不显示删除回复显示所有回复显示星级回复显示得分回复 如何将表单中的输入框(input)设置为透明的属性
<input name= "textfield " type= "text " style= "filter: Alpha(Opacity=0); " value= "2343 "> 这样文字也隐藏掉了
<input type= "text " name= "totalFee " value= "ggg " size= "8 " style= "border:0px ">
楼上的几位的方法还不是真正透明文本框, 只是网页背景与文本框背景色都是白色而看不出来而已, 若是文本框后面是一幅图片的话, 楼上的几位的方法统统失效.
真正透明的文本框:
<input style= "background-color: transparent; border: 0px ">