模板里加入什么CSS代码能把鼠标变成十字?

html-css015

模板里加入什么CSS代码能把鼠标变成十字?,第1张

不是鼠标地址哦:)

是这句~

==========================================

body{CURSOR:crosshair}/*鼠标样式*/

a:hover{cursor:crosshair}

=========================================

详细使用方法:

设置-模板设置-自定义模板-创建新模板-将此代码添加到全部代码的尾部,也就是最后面-----设置好模板名字和标签等点“另存为”。

然后再进入设置-自定义模板,找到你刚才保存的那个模板,点“使用”

<style type="text/css">

#short{width:50pxheight:10pxbackground:#cccposition:absoluteleft:50%top:50%margin-left:-25pxmargin-top:-5px}

#long{width:10pxheight:150pxbackground:#cccposition:absoluteleft:50%top:50%margin-left:-5pxmargin-top:-75px}

</style>

<div id="short"></div>

<div id="long"></div>

是要这种效果吗?