1. 程式人生 > >美化檔案域input type=file的樣式

美化檔案域input type=file的樣式

 .fileInput{position:relative;width:102px;height:34px; background:url(http://funet8.com/img/2.png);overflow:hidden;}
 .upfile{position:absolute;top:-100px;}  //絕對定位到螢幕的看不到的位置
 .upFileBtn{width:102px;height:34px;opacity:0;filter:alpha(opacity=0);cursor:pointer;}    //透明度是0,看不見.但是點選的功能好在。