码迷,mamicode.com
首页 > Web开发 > 详细

文件上传<input type="file">样式美化

时间:2017-06-28 11:01:18      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:pfile   code   格式   abs   http   back   bmp   round   relative   

<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">样式美化

标签:pfile   code   格式   abs   http   back   bmp   round   relative   

原文地址:http://www.cnblogs.com/hopelooking/p/7088458.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!