| CSS3 基本知识CSS3 选择器CSS3 字体(Font)CSS3 文本(Text)CSS3 背景(Background)CSS3 边框(Border)CSS3 盒状模型(Box Model)CSS3 多列布局(Multi-column)CSS3 列表(List)CSS3 表格(Table)CSS3 颜色(Color)CSS3 布局(Layout)CSS3 过渡(Transitions)CSS3 动画(Animations)CSS3 文字移动(Marquee)CSS3 2D 变换(2D Transform)CSS3 3D 变换(3D Transform)CSS3 语音(Speech)CSS3 RubyCSS3 超链接(Hyperlink)CSS3 行盒(Line Box)CSS3 分页介质(Paged Media)CSS3 用户界面(User Interface) |
cursor 鼠标指定鼠标的形状。 语法:{ cursor : sCursor }
可能的值:[ [<uri> [<x> <y>]?,]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll ] ] | inherit
说明:本属性最后更新时间:2011-3-19 21:33:59
|