按键精灵随机输入字母:在MSN Spaces上有没有办法弄出鼠标的特效?怎么弄?

来源:百度文库 编辑:高考问答 时间:2024/04/27 22:05:06
哪里有新一点,好看一点的鼠标特效?

如果你希望鼠标经过时显示文字,可以用这个语法:

<A href="链接地址" target=_blank><IMG alt="鼠标经过时显示的文字" src="图片地址" border=0></A>

另外你还可以设置当鼠标经过文字或图片链接时的样式

例如:

<A style="CURSOR: crosshair" href="链接地址">文字</A>

鼠标的样式:(选中你喜欢的样式,替换语法中style="CURSOR: crosshair"的部分就可以了)

style="cursor:hand" 手形

style="cursor:text" 文本形
style="cursor:wait" 是沙漏等待的效果
style="cursor:move" 十字箭头形
style="cursor:default" 默认的效果
style="cursor:crosshair" 十字形
style="cursor:move" 十字箭头形
style="cursor:help" 问号形
style="cursor:n-resize" 向上箭头形
style="cursor:e-resize" 向右箭头形
style="cursor:nw-resize" 向左上箭头形
style="cursor:w-resize" 向左箭头形
style="cursor:s-resize" 向下箭头形
style="cursor:sw-resize" 向左下箭头形
style="cursor:se-resize" 向右下箭头形