gpt4 book ai didi

jquery - IE 中的自定义按钮需要双击而不是单击

转载 作者:太空宇宙 更新时间:2023-11-04 04:28:29 25 4
gpt4 key购买 nike

请查看以下链接:

http://jsfiddle.net/HAaFb/55/

不确定为什么这需要双击以及如何将其修改为只需单击即可工作。该问题仅在与 Mozilla 配合使用的 IE 中发生。

HTML:

 <div class="custom-input-file">
<input type="hidden" value="10000000" name="MAX_FILE_SIZE" />
<input class="input-file" type="file" size="1" onchange="readURL(this);" multiple="multiple" name="files[]" />
Choose files
</div>

CSS

 .custom-input-file .input-file {
margin: 0;
padding: 0;
outline: 0;
font-size: 10000px;
border: 10000px solid transparent;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
right: -1000px;
top: -1000px;
cursor: pointer;
}



.custom-input-file {
overflow: hidden;
position: relative;
cursor: pointer;
}

.custom-input-file {
background-color:yellow;
width: 229px;
height: 29px;
font-family: "Tw Cen MT";
font-weight: bold;
font-size: 18px;
text-align: center;
padding-top: 7px;
margin: 0 auto;
color:black;
}

最佳答案

我不会深入讨论 fiddle 中的代码,因为我认为这与您在 html 上的内容不完全相同(例如打开的 div)。

尝试移除 border: 10000px solid transparent;

关于jquery - IE 中的自定义按钮需要双击而不是单击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17796698/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com