1.css設(shè)置透明度
filter:alpha(opacity=50); /*IE濾鏡,透明度50%*/
-moz-opacity:0.5; /*Firefox私有,透明度50%*/
opacity:0.5;/*其他,透明度50%*/
2.鼠標(biāo)手勢(shì)
cursor: auto | crosshair | default | hand | move | help | wait | text | w-resize
3.
1.css設(shè)置透明度
filter:alpha(opacity=50); /*IE濾鏡,透明度50%*/
-moz-opacity:0.5; /*Firefox私有,透明度50%*/
opacity:0.5;/*其他,透明度50%*/
2.鼠標(biāo)手勢(shì)
cursor: auto | crosshair | default | hand | move | help | wait | text | w-resize
3.