在使用chrome瀏覽器設計網頁時,想將input背景改成透明,也就是
background-color:transparent;
可是效果並不如人意
hack方法:

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{ -webkit-box-shadow: 0 0 0 1000px transparent inset; }
1000px可以盡可能的小~~
參考:解決方案
更多知識分享:微笑空間站