word

页面

mouse snow

2012年11月18日星期日

如何换鼠标(Cursor)

换鼠标教程

<span style="cursor:crosshair">你要改变鼠标样式的内容(可以是整个帖子,或者是部分内容)插入这里就可以了。</span>
以下是其他鼠标的样式:

<span style="cursor:hand"> hand:是大家所熟悉的手型。</span>
<span style="cursor:crosshair">crosshair:是十字型样式。</span>
<span style="cursor:text">text:是平时鼠标移动到文本上的样式。</span>
<span style="cursor:wait">wait:是等待的效果。</span>
<span style="cursor:default">default:是默认的那种效果。</span>
<span style="cursor:help">help:是带问号的鼠标样式。</span>
<span style="cursor:e-resize">e-resize:是向右的箭头。</span>
<span style="cursor:ne-resize">ne-resize:是向右上方的箭头。</span>
<span style="cursor:n-resize">n-resize:是向上的箭头。</span>
<span style="cursor:nw-resize">nw-resize:是向左上方的箭头。</span>
<span style="cursor:w-resize">w-resize:是向左的箭关。</span>
<span style="cursor:sw-resize">sw-resize:是向左下的箭头。</span>
<span style="cursor:s-resize">s-resize:是向下的箭头。</span>
<span style="cursor:se-resize">se-resize:是向右下方的箭头。</span>
<span style="cursor:auto">auto:是系统自动的效果。</span>

 Examples/例子:
1.crosshair:是十字型的样式。
2.help:是带问号的鼠标样式。

换鼠标(图片)

1. 选择布局 >> 添加小工具 >> HTML/Jawascript

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

3.换鼠标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

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

没有评论:

发表评论

back to top