scroll-behavior 属性用以显示单击可滚动框中链接时,是否平滑(具有动画特效的)滚动位置,为不是直接跳转。
scroll-behavior: auto|smooth|initial|inherit;
pointer-events 属性定义元素是否对指针做出反应:
pointer-events: auto|none;
cursor 是 css 2.0 的属性
cursor: auto | crosshair | default | hand | move | help | pointer | text |
vertical-text | wait | * -resize | wait;
cursor: url(url) | all-scroll | col-resize | no-drop | not-allowed | progress |
row-resize;
通过 javaScript 设置。
将多张图合成为一张大图片。