日常特效

//鼠标移上去显示下划线

 td.article{
 font-style: normal;  
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 text-decoration: none;
 border-bottom-style:dashed;
 border-width: 0px 0px 1px;
 height:23px
 }

//显示鼠标样式

body{

cursor:url('hand.cur');

}

posted @ 2008-04-11 11:50  jdkbean  阅读(157)  评论(0)    收藏  举报