<!DOCTYPE html>
<title>修改input file控件默认浏览文字</title>
<style>
div.file{display:inline-block;width:100px;height:20px;line-height:20px;position:relative;overflow:hidden;color:red}
div.file input{position:absolute;left:0px;top:0px;zoom:1;filter:alpha(opacity=0);opacity:0;font-size:20px;margin-left:-240px}
</style>
<!--[if lte IE 7]><style>div.file{display:inline}</style><![endif]-->
<div class="file">上传图片<input type="file" name="myfiles"/></div>
修改input file控件默认浏览文字
最新推荐文章于 2023-11-17 16:06:30 发布