Pages

Wednesday 9 July 2014

如何换鼠标(图片)?How to change cursor (picture)?

换鼠标(图片)教程

1.  布局 添加小工具HTML/JawaScript

2.  把以下代码放进去
<style type="text/css">body, a, a:hover {cursor: url(鼠标网址), progress;}</style>

3.  把鼠标网址换成你要的鼠标网址。完成:)
例子:<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/anime/ani-11/ani1090.cur), progress;}</style>

以下有提供几款鼠标:
http://cur.cursors-4u.net/anime/ani-11/ani1090.cur

http://cur.cursors-4u.net/others/oth-4/oth305.cur

http://cur.cursors-4u.net/symbols/sym-6/sym597.cur

想找更多鼠标,请点击这http://www.cursors-4u.com/

Change Cursor (Picture) Tutorial

1.  Layout Add a Gadget HTML/JawaScript

2.  Copy the HTML below and paste it
<style type="text/css">body, a, a:hover {cursor: url(Cursor URL), progress;}</style>

3.  Change the Cursor URL into the Cursor's URL that you want. Done :)
Example: <style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/anime/ani-11/ani1090.cur), progress;}</style>

Here have some cursor url:
http://cur.cursors-4u.net/anime/ani-11/ani1090.cur

http://cur.cursors-4u.net/others/oth-4/oth305.cur

http://cur.cursors-4u.net/symbols/sym-6/sym597.cur

More cursor, please click here : http://www.cursors-4u.com/

No comments:

Post a Comment

back to top