Kar*_*mar 5 html css user-interface
我将这些样式应用于按钮。但它不起作用
<button type="button" name="tucson-yes" aria-live="polite" tabindex="1">HOLDIT</button>
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
Run Code Online (Sandbox Code Playgroud)
如果您开始从文本中进行选择,这似乎可行。在win10 ChromeBeta 75上测试。
button {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
width: 100px;
}
Run Code Online (Sandbox Code Playgroud)
<button type="button" name="tucson-yes" aria-live="polite" tabindex="1">HOLDIT</button>
Run Code Online (Sandbox Code Playgroud)
看我的动图:
归档时间: |
|
查看次数: |
7062 次 |
最近记录: |