<body style="background-color:gray;"><input type=text style="background-color: transparent;"/></body>css 滤镜:
style="background-color: transparent;"

解决方案 »

  1.   

    楼上不要瞎叫,background什么时候成为滤镜了。
      

  2.   

    楼主的要求用flash实现方便?
      

  3.   

    flash实现的如果是动态文字就不能透明,至少flash mx是这样的
      

  4.   

    style="background-color: transparent;"
      

  5.   

    <style type=text/css>
    .input{border-Width:'1px';border-Color:'black';width:'106';height:'21';zhenhong:expression(onmouseover=function(){this.style.borderColor='black';this.style.backgroundColor='plum';this.select();},onmouseout=function(){this.style.borderColor='black';style.backgroundColor='white';},onclick=function(){this.value='';})};
    </style>
    <INPUT value="用户名" NAME="user_pass" TYPE="text"  class="input">