.aa{ width:200pxheight:44pxborder:0background-image:url(img1.png)}
.aa:active{ background-image:url(img2.png)}
</style>
<input type="button" class="aa" value=""/>
IE6需要另外插一张类库
什么怎么做font-family: "YaHei Microsoft"/*设置字体*/
font-weight: bold/*字体加粗*/
font-size: 30px/*字体大小*/
letter-spacing: 1px/*字体间距*/
color: #000/*字体颜色*/
opacity: .5/*字体透明度*/
box-shadow: 0 0 10px #f00/*阴影,阴影颜色*/
就这样设置就好啦。