微笑空间站

在使用chrome浏览器设计网页时,想将input背景改成透明,也就是

background-color:transparent;

可是效果并不如人意

hack方法:

input:-webkit-autofill,
        textarea:-webkit-autofill,
        select:-webkit-autofill{
            -webkit-box-shadow: 0 0 0 1000px transparent inset;
        }
View Code

1000px可以尽可能的小~~

参考:解决方案

原创,转载请注明出处 叁半月

 

posted on 2015-03-17 11:29  xuyongsky1234  阅读(4299)  评论(0编辑  收藏  举报