2015-03-02 69 views

回答

2

我已得到答案只是改變了我的CSS文件光標指向其工作良好。

/* change background color */ 
    body { 
     margin: 0; 
     background-color: white; 

     cursor: crosshair;//replace with Pointer:Crosshair 

     display:; 
    } 
相關問題