第一种情况:图片出现很迅速,非常灵敏
<style type="text/css">
#leftArrow
{
cursor:url('http://s.xnimg.cn/imgpro/arrow/pre.cur');
}
#rightArrow
{
cursor:url('http://s.xnimg.cn/imgpro/arrow/next.cur');
}
</style>
第二种情况:有时能出来图片,有时出不来图片。
<style type="text/css">
#leftArrow
{
cursor:url('../images/new/pre.cur');
}
#rightArrow
{
cursor:url('../images/new/next.cur');
}
</style>
到底是为什么啊?求大神解答下。
要写成绝对路径