1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | /*鼠標*/ *, body, a, a:hover {cursor: url(圖片網址01), auto;} a:hover, {cursor: url(圖片網址02), auto;} /*更換噗寶*/ /*先隱藏原本的影像*/ #dynamic_logo img{ filter: alpha(opacity=0);opacity:0.0; } #dynamic_logo{ height: 550px; /*請依照圖片調整*/ width: 500px; /*請依照圖片調整*/ z-index:1000; /*噗寶在文字前*/ margin-top: -450px; /*距離頂部的位置*/ margin-right: -50px; /*右位。最剛好839(左位就用left,0)*/ background-repeat: no-repeat; /*防止背景重複*/ /*換上圖片確切網址(記得替圖片去被)*/ background-image: url(換圖片網址 ); } |
Direct link: https://paste.plurk.com/show/Jv12IGV1tO8xrKOVBWoY