This article mainly introduces the use of
CSS to set a translucent element of the relevant data, very good, with reference value, need to refer to a friend
. opacity{ Filter:alpha (opacity=50); /* IE */ -moz-opacity:0.5; /* Old version Mozilla */ -khtml-opacity:0.5; /* Old version Safari */ opacity:0.5; /* Support Opacity's browser */}
Used to set an element to be translucent
. Filter = "Alpha (opacity=" + opacity + ")"; /* IE */. Mozopacity = (opacity/100); /* The old version of Mozilla * *. Khtmlopacity = (opacity/100); /* Old Safari */. Opacity = (opacity/100); /* Support Opacity's browser */
Zoom picture on the Windows platform, may appear distorted image, use IE's proprietary command:
Img{-ms-interpolation-mode:bicubic;}
The above is a small part of the introduction of the use of CSS to set an element of translucent, I hope that we have some help, if you have any questions please give me a message, small series will promptly reply to you. Thank you very much for your support for topic.alibabacloud.com!