2012年11月8日

教你如何更换鼠标

看到很多部落格都有一些很可爱的鼠标都会心痒痒吧
这个教学教你如何更换鼠标!!

『方法』
首先要到『这里』去选你喜欢的鼠标
比如说我选这个粉红色的
然后把这个代码Copy起来


布局-添加小工具-HTML/Java Script
把以下代码Paste上去

然后把</style>后面到</a>の代码全部删除
(</style>不要删除)

比如说我的代码是
<style type="text/css">body, a:hover {cursor: url(http://ani.cursors-4u.net/cursors/cur-11/cur1089.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2012/06/24/s-pink-premium-pointer.html" target="_blank" title="S Pink Premium Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="S Pink Premium Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>

把它改成
<style type="text/css">body, a:hover {cursor: url(http://ani.cursors-4u.net/cursors/cur-11/cur1089.cur), progress !important;}</style>

这样就够了
如果你不删除的话你的部落格就会有烦死人的广告!!

没有评论:

发表评论

back to top