1.css设置透明度
filter:alpha(opacity=50); /*IE滤镜,透明度50%*/
-moz-opacity:0.5; /*Firefox私有,透明度50%*/
opacity:0.5;/*其他,透明度50%*/
2.鼠标手势
cursor: auto | crosshair | default | hand | move | help | wait | text | w-resize
3.
1.css设置透明度
filter:alpha(opacity=50); /*IE滤镜,透明度50%*/
-moz-opacity:0.5; /*Firefox私有,透明度50%*/
opacity:0.5;/*其他,透明度50%*/
2.鼠标手势
cursor: auto | crosshair | default | hand | move | help | wait | text | w-resize
3.