【发布时间】:2018-09-03 17:23:04
【问题描述】:
【问题讨论】:
-
您好,使用 ::after 选择器的解决方案。检查下stackoverflow.com/questions/28152175/a-wavy-underline-in-css
标签: javascript html css ajax
【问题讨论】:
标签: javascript html css ajax
.unselectable {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
<p>You should be able to select this text.</p>
<Button class="unselectable">Hey, you can't select this text!</Button>
【讨论】:
submit而不是submit1
<button type="submit1" class="unselectable" onclick="window.open ('xxxx/';, 'nazwa');" align=right>Casual</button>