我的 html 页面上有按钮,当我单击该按钮时,它会显示外线到按钮,如下图所示。
在这里,当我单击重置按钮时,它向我显示如上图所示的外部。
html代码:
< input type="reset" value="" class="resetButton" />
CSS代码:
.resetButton
{
margin: 0px;
background:url(../images/button/Reset2.png) no-repeat;
border: none;
width: 90px;
height: 32px;
cursor: pointer;
}