opacity_不透明度 cursor_鼠标形状

1.不透明

opacity:0.5; (不透明度为50%)
     filter:alpha(opacity=50);(为了兼容IE)

2.鼠标形状

cursor 属性规定要显示的光标的类型(形状)。

一般有如下几种:

Auto

Crosshair

Default

Pointer

Move(重要)

e-resize

ne-resize

nw-resize

n-resize

se-resize

sw-resize

s-resize

w-resize

text

wait

help

上一篇:linux 2.6up的设备和设备驱动模型


下一篇:linux crontab任务调度的使用