点击图片,上传文件

来源:互联网 发布:mysql当前时间转成毫秒 编辑:程序博客网 时间:2024/05/16 15:15

厌倦了一成不变的上传按钮,试试美丽的图片上传吧

<style type="text/css">  


#input1{border:0px }  

#btn1{width:120px;height:30px;font-size:12px;padding-top:3px;border-left:1px solid #FFFFFF;background:url(1.jpg);border-top:1px solid #FFFFFF;border-right:1px solid #666666;border-bottom:1px solid #666666}  


</style>  

<input type="button" id="btn1" onclick="myfile.click();" >  

<input type="text" id="input1">

<input type="file" id="myfile" onchange="input1.value=this.value" style="display:none">

0 0
原创粉丝点击