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

2021-07-10 19:07

阅读:699

标签: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>

 样式如下图:

技术分享

 

文件上传样式美化

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

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


评论


亲,登录后才可以留言!