今天小编跟大家讲解下有关Web实现点击图片弹出上传文件窗口代码 ,相信小伙伴们对这个话题应该有所关注吧,小编也收集到了有关Web实现点击图片弹出上传文件窗口代码 的相关资料,希望小伙伴们看了有所帮助。
复制代码代码如下: <style> .fileInputContainer{ height:256px; background:url(upfile.png); position:relative; width: 256px; } .fileInput{ height:256px; overflow: hidden; font-size: 300px; position:absolute; right:0; top:0; opacity: 0; filter:alpha(opacity=0); cursor:pointer; } </style> <div class="fileInputContainer"> <input class="fileInput"type="file"name=""id=""/> </div>来源:爱蒂网