跳到内容(1) Cob.com.cn

CodeCoke

CSS2.0中文手册·cursor

您的位置:首页>>教程>>CSS2.0中文手册>>cursor

cursor

版本:CSS2  兼容性:IE4+ NS6+ 继承性:无

语法:

参数:

crosshairdefault hand pointer
move help wait text
w-resizes-resizen-resizee-resize
ne-resize sw-resize se-resize nw-resize
auto url(img/1001.gif)

您将鼠标在上方的表格内移动,就能看到本属性在您当前的软件环境下可以使用的样式。

这种颜色为背景色的是IE5.5尚不支持的值。

说明:

示例:

p { cursor: text; }

a { cursor: pointer; }
body { cursor: url("mycursor.gif"), url("images/cursors/footcursor.jpg"), default; }