如题,我做出来的只有在IE中有效,用的cur的文件,有没有人以前做过呀??

解决方案 »

  1.   

    sf,
    qq相册也只有ie里有效
      

  2.   

    用样式的
    例如:
    <html><body>
    <p>请把鼠标移动到单词上,可以看到鼠标指针发生变化:</p>
    <span style="cursor:auto">
    Auto</span><br />
    <span style="cursor:crosshair">
    Crosshair</span><br />
    <span style="cursor:default">
    Default</span><br />
    <span style="cursor:pointer">
    Pointer</span><br />
    <span style="cursor:move">
    Move</span><br />
    <span style="cursor:e-resize">
    e-resize</span><br />
    <span style="cursor:ne-resize">
    ne-resize</span><br />
    <span style="cursor:nw-resize">
    nw-resize</span><br />
    <span style="cursor:n-resize">
    n-resize</span><br />
    <span style="cursor:se-resize">
    se-resize</span><br />
    <span style="cursor:sw-resize">
    sw-resize</span><br />
    <span style="cursor:s-resize">
    s-resize</span><br />
    <span style="cursor:w-resize">
    w-resize</span><br />
    <span style="cursor:text">
    text</span><br />
    <span style="cursor:wait">
    wait</span><br />
    <span style="cursor:help">
    help</span>
    </body></html>
      

  3.   

    我晕,但是用url之后就不行啦,我看百度的相片与QQ的,都是用的cursor:url('xxx.cur');但是人家的都可以在各种浏览器中该表鼠标的样式,而我的只有在IE中才可以
      

  4.   

    奇怪了,我的qq相同在ff下没有鼠标样式呢
      

  5.   

    你去看看百度的,百度可以,用的也直接改cursor。但是不晓得为啥子我像他那样做就不行