1. 程式人生 > >input type="text"標籤去邊框 透明背景色

input type="text"標籤去邊框 透明背景色

<input id="inputID" type="text" placeholder="placeholder">

#input{

border-style:none none solid none; /*  上 右 下  左 */

background-color:transparent;

}