gpt4 book ai didi

jquery - CSS:如何使光标成为输入文件上的指针?

转载 作者:行者123 更新时间:2023-12-01 00:04:22 28 4
gpt4 key购买 nike

如何使光标悬停时成为输入文件或输入文本上的指针?

我尝试过,但当然行不通,

<input type="file" style="cursor: pointer;"/>

或者我必须使用javascrip(jquery)吗??

编辑:

抱歉我的错误 - 光标确实更改为

<input type="text" style="cursor: pointer;"/>

但是没有

<input type="file" style="cursor: pointer;"/>

您可以测试this link在 Firefox 上你就会明白我的意思了。

file按钮变为指针,而file输入字段未变为指针。

编辑2:

Here是我的 CSS 'hack',

<div id="right-col" style="position:relative; width:76px; height:24px; overflow:hidden; border:1px solid #000;">
<input type="file" style="position:absolute; top:0; right:0; z-index:2;opacity:1; cursor:pointer;"/>
</div>

最佳答案

无法完成。输入类型文件是浏览器最 protected 对象之一。有些浏览器允许您比其他浏览器做更多的事情,具体取决于他们认为“安全”的内容。

您可以使用flash按钮。事实上,有一些非常好的插件可以让文件上传变得更好,例如 Uploadify .

关于jquery - CSS:如何使光标成为输入文件上的指针?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7155381/

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