type=file在firefox下可行,但是到了ie6下就不行了,代码如下
时间:2011-10-06
来源:互联网
div.btn-upload {display : inline-block;background : url(/images/top/forms-file.gif) no-repeat right top transparent;}
div.btn-upload:hover {background-position : right bottom;}
div.btn-upload input {*position : relative;*z-index : -1;*margin-left:50px}
input.file {float : left;background : url(/images/top/forms-input-small.gif) no-repeat left top transparent;margin : 0 2px 0 0;z-index : 99;height : 15px;}
<div style="display: inline-block; overflow: hidden; width: auto; height: 27px;">
<input class="file" style="width:166px;">
<div class="btn-upload" style="width:65px;height:27px;margin:0pt;overflow:hidden;">
<input type="file" style="height:27px;width:166px;display:inline;cursor:pointer;opacity:0;margin-left:-168px;">
</div>
</div>
type="file"这个我用一个input class="file"这里是一个固定长度的一个text和一个图片(BROWSER)来覆盖那个type="file"来显示,主要是为了美观,代码如上。firefox下点击那个browser图片(forms-file.gif)是可以出来选择上传文件的框,但是到了ie6下就不行了。这是怎么回事啊?
div.btn-upload:hover {background-position : right bottom;}
div.btn-upload input {*position : relative;*z-index : -1;*margin-left:50px}
input.file {float : left;background : url(/images/top/forms-input-small.gif) no-repeat left top transparent;margin : 0 2px 0 0;z-index : 99;height : 15px;}
<div style="display: inline-block; overflow: hidden; width: auto; height: 27px;">
<input class="file" style="width:166px;">
<div class="btn-upload" style="width:65px;height:27px;margin:0pt;overflow:hidden;">
<input type="file" style="height:27px;width:166px;display:inline;cursor:pointer;opacity:0;margin-left:-168px;">
</div>
</div>
type="file"这个我用一个input class="file"这里是一个固定长度的一个text和一个图片(BROWSER)来覆盖那个type="file"来显示,主要是为了美观,代码如上。firefox下点击那个browser图片(forms-file.gif)是可以出来选择上传文件的框,但是到了ie6下就不行了。这是怎么回事啊?
作者: ktjamy 发布时间: 2011-10-06
帮自己顶一下
作者: ktjamy 发布时间: 2011-10-08
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28