css好看的字体样式

html-css019

css好看的字体样式,第1张

<style type="text/css">

.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/*阴影,阴影颜色*/

就这样设置就好啦。