博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何给input[file]定义cursor
阅读量:5961 次
发布时间:2019-06-19

本文共 905 字,大约阅读时间需要 3 分钟。

来源:

Simple question... How do I change the cursor type on a file input type?

 

I've tried the following:

 

                                

 

For some reason, it won't play ball.

 

 

--------------以下是回复----------------------------

 

It works differently in different browsers. I guess it's because the file input type is quite special.

What browser/version do you use?

I know that IE6 does not support to specify the type in the style.

How it works in the different browsers

IE7+

Works perfectly

FireFox

Does not work at all.

Chrome and Safari (identical behavior)

Uses arrow over the button, but your defined cursor over the rest.

Opera

Uses your defined cursor when entering any part from outside the input element, but the default cursor is used when moving mouse internally between text field and button (text cursor over the text field, and arrow over the button).

转载于:https://www.cnblogs.com/tyhmj/p/3535031.html

你可能感兴趣的文章
Qt 内存管理机制
查看>>
python笔记
查看>>
ios urlencode and urldecode
查看>>
命令行开发J2ME步骤
查看>>
java源码Integer.bitCount算法解析,分析原理
查看>>
大型网站系统架构演化之路
查看>>
SQL 不同服务器之间的数据通信和游标使用
查看>>
二叉树的深度,递归和非递归实现
查看>>
写Laravel测试代码(1)
查看>>
go.image/tiff 的一些问题
查看>>
自我消遣之一:四维权限管理模型
查看>>
水仙花数java实现
查看>>
设计模式 原型模式 | 对象池模式 | 观察者模式
查看>>
Docker笔记2——docker镜像命令
查看>>
另类说linux管理与实际应用(二)
查看>>
GitStack相关配置
查看>>
maven自动发布到服务器
查看>>
比对2个文件夹,删除已存在,或者 删除指定目录下,按文字开头(结束)文件
查看>>
uva 712 - S-Trees
查看>>
git 保存账号密码
查看>>