2016深圳临聘教师待遇:html用css定义样式表,是否有定义鼠标样式的方法?

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/27 04:56:17

当然可以,例如:
.cursor_style{
cursor: url(file://c:\demo.gif);
}
<!--
cursor的样式还可以赋予以下值:
cursor: auto;
cursor: all-scroll;
cursor: col-resize;
cursor: crosshair;
cursor: default;
cursor: hand;
cursor: help;
cursor: move;
cursor: no-drop;
cursor: not-allowed;
cursor: pointer;
cursor: progress;
cursor: row-resize;
cursor: text;
cursor: vertical-text;
cursor: wait;
cursor: e-resize;
cursor: ne-resize;
cursor: nw-resize;
cursor: n-resize;
cursor: se-resize;
cursor: sw-resize;
cursor: s-resize
cursor: w-resize;

-->

在DW里建css时,对话框里有一项是"扩展",里面有个视觉效果,可以定义鼠标的样式

curse:hand