我的css为以下,出现的问题是,鼠标一经过超链接后就一直是手型了,不会变回来,如果一经过input输入框也就一直变为竖线了,除非鼠标移动到右边的滚动栏才会变会箭头来
<style type="text/css">
<!--
TD,SELECT{FONT-SIZE: 12px ;color:#ffffff;}
INPUT{FONT-SIZE: 12px ;color:#000000;}
body{ CURSOR: url('images/mouse.CUR');
background-position:center;
background-repeat: y-repeat;
background-attachment: fixed;
scrollbar-face-color:#f6f6f6;font-size: 9pt;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #cccccc;
scrollbar-3dlight-color: #cccccc;
scrollbar-arrow-color: #3265B1;
scrollbar-track-color: #f6f6f6;
scrollbar-darkshadow-color: #ffffff;
}
.norepeat{ background-repeat:no-repeat;}
.foot {
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-family: "宋体";
}
.title {
font-family: "楷体_GB2312";
font-size: 16px;
font-style: normal;
font-weight: bold;
color: #e0e3e6;
}
.title1 {
font-family: "宋体";
font-size: 12px;
font-style: normal;
background-color: 32445C;
}
.tdbg {
font-family: "宋体";
font-size: 12px;
font-style: normal;
}
.tdbg1 {
font-family: "宋体";
font-size: 12px;
font-style: normal;
background-color: #5B76A1;
}
.border
{
border: 1px solid #2E4974;
}
A:link {text-decoration:none;color:#F2F2F2;}
A:visited {text-decoration:none;color:#AACEFF;}
A:active {text-decoration:underline;color:#0097DE;}
A:hover {text-decoration:underline;color:#FFCC00;}
A.lk1:link{text-decoration:none;color:#ffffff;}
A.lk1:visited {text-decoration:none;color:#ffffff;}
A.lk1:active {text-decoration:none;color:#FFCC00;}
A.lk1:hover {text-decoration:none;color:#FFCC00;}
-->
</style>
參考答案:第5行
去掉CURSOR: url('images/mouse.CUR');