1. 程式人生 > >文件上傳<input type="file">樣式美化

文件上傳<input type="file">樣式美化

put flow spa document pointer dream 大小 http images

<div class="fileInput left" style="width:102px;height:34px; background:url(http://images.cnblogs.com/cnblogs_com/dreamback/upFileBtn.png);overflow:hidden;position:relative;">
    <input type="file" name="upfile" id="upfile" class="upfile" onchange="document.getElementById(‘upfileResult‘).innerHTML=this.value"
style="position:absolute;top:-100px;"/> <input class="upFileBtn" type="button" value="上傳圖片" onclick="document.getElementById(‘upfile‘).click()" style="width:102px;height:34px;opacity:0;filter:alpha(opacity=0);cursor:pointer;" /> </div>
<span class="tip left" id="upfileResult">圖片大小">圖片大小不超過2M,大小90*90,支持jpg、png、bmp等格式。</
span>

樣式如下圖:

技術分享

文件上傳<input type="file">樣式美化