close

現在每個部落格版主都喜歡用獨特的游標,例如:偶像圖片、名字或自己設計的圖片或文字

你是不是也想要不一樣的? 可是又不會更換,在更換游標前

先找到自己喜歡的游標,網路上很多可用google搜尋 **********************************************************************************

1.先進入部落格後台樣式設計精靈,點選「css原始編輯碼」內 

<style type="text/css">和<style>之間插入body { cursor:url("游標網址"); }

找body{}內找cursor:url(貼上游標網址")    body代表一般靜止時的游標(未碰到超連結時的游標) 

a:hover在{}內找cursor:url("貼上游標網址")    a:hover就是當滑鼠放在超連結時的游標

P.S. {cursor:url("游標網址");} 一定要加上; " 放在最後一項可以不用加;

沒有找到cursor:url("游標網址")語法(可以自行填入)
***********************************************************************************

範例:  

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
        margin:0;
        padding:0;cursor:url("http://park.geocities.jp/swnetytw1987/rilakkuma.ani");}}

a:hover{
 color: #369;
 text-decoration: underline ;cursor:url("http://ashine0118.myweb.hinet.net/cool.ani");} }

3.貼上游標網址後記得按儲存,要不然會看不到成果。

arrow
arrow
    全站熱搜

    freenet 發表在 痞客邦 留言(5) 人氣()