博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ie中input光标问题
阅读量:6469 次
发布时间:2019-06-23

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

为input 添加 readonly=”readonly”  UNSELECTABLE="on"   属性。

IE中设置了readonly=”readonly”,点击使用日期选择器时input框中仍然出现了光标,添加 UNSELECTABLE=”on”后,消失。

转载于:https://www.cnblogs.com/sunnyny/p/10254437.html

你可能感兴趣的文章
MySQL日期 专题
查看>>
C#中禁止程序多开
查看>>
分布式缓存Redis使用以及原理
查看>>
[LeetCode] Number of 1 Bits 位操作
查看>>
练习二:结对练习
查看>>
JSON中JObject和JArray,JValue序列化(Linq)
查看>>
杂七杂八
查看>>
Activity竟然有两个onCreate方法,可别用错了
查看>>
Linux经常使用命令(十六) - whereis
查看>>
Tomcat
查看>>
插件编译 版本问题
查看>>
android中TextView的阴影设置
查看>>
core dump相关
查看>>
MySQL如何导出带日期格式的文件
查看>>
Linux五种IO模型
查看>>
Bootstrap技术: 模式对话框的使用
查看>>
小知识,用myeclipes找jar
查看>>
[LintCode] Longest Substring Without Repeating Characters
查看>>
in-list expansion
查看>>
设计原则(四):接口隔离原则
查看>>