Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
want to change the mouse pointer code, just in the template DIY CSS code to add the following code:
Body{cursor:url (' mouse pointer picture URL ')}
a{(Cursor:url (' mouse pointer picture URL ')}
Description 1: The first line is the initial shape of the mouse pointer, the second line is the mouse pointer touching the form of the link.
Illustration 2: You need two mouse pointer pictures (preferably the two pictures are set or similar).
Description 3: The picture format of the mouse pointer is. Cur and. Ani, not. jpg,. gif, or other picture formats, please note.
Illustration 4: If you like the mouse pointer only one picture instead of two, then a{(' mouse pointer picture URL ')} This code does not have to write, a mouse pointer picture is actually OK.
Code One:
Cursor:url (' http://www.52blog.net/uploadfile/20041214112739616.cur ');
Code two: Cursor:url (http://yuhou.net/build/images/03.cur);
Code Three:
Cursor:url (' Http://www.blogcup.com/uploadfile/200559203014735.ani ');
Code four: Cursor:url (' Http://soft.mumayi.net/inc/Arrow.ani ');
Code five: Cursor:url (Http://www.51hongtu.com/mouse.ani);
Code Six: Cursor:url (Http://www.5tb.com/link.ani);
Code VII: Cursor:url (' http://www.jzmoney.com/cursor2.cur ');
Code eight: Cursor:url (' Http://lengku.net//index/mouse.ani ');
Code nine: Cursor:url (' Http://www.chinahrgg.cn/mouse.ani ');
Code Ten: Cursor:url (Http://clsky.net/pic/cur.cur ');
Hint: The code is added to the "body{" in the style sheet!