日常特效
//鼠标移上去显示下划线
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');
}
浙公网安备 33010602011771号