注册 登录
编程论坛 WEB前端(UI)

请教一个调用css设置的问题

月影流星 发布于 2007-12-24 13:01, 1323 次点击
<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上呢,是否有办法呢,请指教下。
0 回复
1