Internet Explorer筛选<input>透明

问题描述

| 所以我想在IE下使
<input type=\"text\">
透明
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
做工作 但是,看不到该文本...有一些解决方法吗? 谢谢。     

解决方法

        接下来呢?
<input type=\"text\" class=\"transparent\"/>

<style>
input.transparent{
    background-color: transparent;
    border: 0 none; 
}
</style>
IE版本也有很大的不同。     

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...