改變滑鼠指標使用方法:
首先(開新視窗)登入奇摩→到自己的部落格→管理部落格
→面板設定→自訂樣式→語法直接加入css最底端就可以了(上面那些別刪除)
***說明***
body 整個網頁 a:hover 指向連結時
/*cursor*/
body{cursor:url(游標圖片檔網址1)}
a:hover {cursor:url(游標圖片檔網址2)}
組合範例 /*cursor方格游標*/ body{cursor:url( http://hk.geocities.com/fun2956/00428-1.ani )} a:hover {cursor:url( http://hk.geocities.com/fun2956/00428-2.ani )}
/*cursor方格游標*/ body{cursor:url( http://hk.geocities.com/fun2956/00428-3.ani )} a:hover {cursor:url( http://hk.geocities.com/fun2956/00428-4.ani )}
/*cursor方格游標*/ body{cursor:url( http://hk.geocities.com/fun2956/00428-2.ani )} a:hover {cursor:url( http://hk.geocities.com/fun2956/00428-4.ani )}
/*cursor方格游標*/ body{cursor:url( http://hk.geocities.com/fun2956/00428-1.ani )} a:hover {cursor:url( http://hk.geocities.com/fun2956/00428-3.ani )}
P.S 1. 方格分享的游標 , 除一部份為自製外 , 大多是網路上的小動畫加工而成, 若有侵權 請告知刪除 ,格友若喜歡 ,就請帶回家,不必回應, 一起分享。
2.游標製作和複製貼上的方法步驟 ,方格文章中 都有提到 , 若有不清楚的地方 , 再一起研究討論喔!
3.游標可以互相搭配,兩個游標可以成為一組,讓你的格子更添豐富。
4.格友們也可以一起自製 屬於自己的滑鼠游標 喔!!!