文件上传用按钮代替
<html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" > <title>upload...</title> <style> * {margin:0;padding:0;} </style> </head> <body> <div style="position:relative;width:60px;height:35px;border:1px solid silver; overflow:hidden;"> <div style="position:absolute;top:0px;left:0px;width:100%;height:100%;line-height:35px;text-align:center;">upload</div> <input type="file" name="myfile" style="position:absolute;top:0px;right:0px;height:100%;cursor:pointer;opacity:0;filter:alpha(opacity:0);z-index:999; "/> </div> </body> </html>
upload...
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。