我是这么写的,fla_div是个div
    fla_div.onmouseover = function () {
        fla_div.style.cursor = 'url(cur/myhand.ani),auto';
    }在visual studio下调试好好的,发布到IIS就不行了。onmouseover 响应能进去,就是那句话起不了作用。而且很奇怪的是,onmousedown却能发挥作用。。请各位大侠帮帮忙。。