美文网首页
17.1.25 css透明度和鼠标手势

17.1.25 css透明度和鼠标手势

作者: _v_xw | 来源:发表于2017-01-25 15:15 被阅读0次

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