.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
相关文章
- 如何使填充高度[英]How to make fill height 本文翻译自 CodeMonkey 查看原文 2010-08-22 83128 css/ html/
- 如何使填充高度[英]How to make fill height in Firefox 本文翻译自 Wouter 查看原文 2016-04-12 1614 css/ html/
- 按下提交按钮后淡出元素[英]Fade element after submit button has been pressed 本文翻译自 Wild Goat 查看原文 2016-05-14 125 css/
- vue element-UI 升级报错Cannot find module "element-ui/lib/theme-default/index.css"
- [坑况]——this dependency was not found:'element-ui/lib/theme-chalk/index.css'
- 如何使嵌套的扩展到其内容?[英]How do I make a nested expand to its contents? 本文翻译自 chustar 查看原文 2011-12-14 5085 css/
- linux gst_element_factory_make(“rtspsrc”,NULL)在qt5上失败
- 如何使用屏幕HTML进行滚动?[英]How do I make a scroll with the screen HTML? 本文翻译自 Matt 查看原文 2016-12-05 31 css/
- 如何使一个跨两列表中的两列?[英]How to make one span both columns in a two column table? 本文翻译自 Ben Ben-Hamo 查看原文 2013-07-12 67174 css/
- jquery dataTables使我的可点击,但不会在点击时改变颜色[英]jquery dataTables make my clickable but not change color on click 本文翻译自 user6446281 查看原文 2017-02-16 162 css/