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.
本文标题:17.1.25 css透明度和鼠标手势
本文链接:https://www.haomeiwen.com/subject/bjmtittx.html
网友评论