【发布时间】:2016-06-20 19:32:27
【问题描述】:
我有一个按钮,我想在访问密钥字母下划线,<u></u> 不起作用,C&#818; (C̲) 更改字体,应该是 verdana
<input class="boton" type="button" value="C̲ancel" accesskey="C" onclick="cancel();"/>
在我的 css 中,我输入了字体类型:
input.boton{
font: bold 11px verdana !important;
color: #000;
}
我该怎么做?
【问题讨论】:
-
如果你使用css它不起作用? .boton{ font-family: "Verdana", 日内瓦, sans-serif !important; }
标签: html underline html-input