请教一个调用css设置的问题
<input type="reset" value="重置" class="button" />页面中有这么一个reset按键
a.shortButton
{
display:block;
background-color: transparent;
background-image: url(images/short-button.jpg);
background-repeat: no-repeat;
width: 63px;
height: 19px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
CSS中设置有这么一个属性,那么我该如何把这个a的属性用在这个input上呢,是否有办法呢,请指教下。