更换 CSS 鼠标


什么是 CSS 鼠标 ?


把鼠标移到 Example 上看效果



Cursor Type
Example (把鼠标移到字上面显示效果)
autoShows it according to how the viewer has it set (plain)
crosshairLooks like a cross
defaultMakes the cursor stay the same
moveLooks like you should be moving something
handThe hand you usually see over links
helpA question mark beside the arrow
textThe bar you see when the mouse is over text
waitThe "waiting" hourglass!
n-resizeAn arrow- North
s-resizeAn arrow- South
e-resizeAn arrow- East
w-resizeAn arrow- West
ne-resizeAn arrow- NorthEast
nw-resizeAn arrow- NorthWest
se-resizeAn arrow- SouthEast
sw-resizeAn arrow- SouthWest

是不是都很棒 ?

是不是都很想要 :D ?

登入部落格 > 设计 > 添加小工具

<style type="text/css">
body{cursor:鼠标名称} a {cursor: TYPE}
</style>

再把鼠标名称换成自己想要的鼠标名称就好了

比如我要 HELP 的鼠标

那我的代码是

<style type="text/css">
body{cursor:help} a {cursor: TYPE}
</style>


明白了吗 ?

好了就按 SAVE :D

大功告成 !




HELP HELP , Press A Nuffnang For Me ♥





4 則留言: