View Full Version : Opacity
mburt
07-23-2006, 05:04 PM
I am wondering if there is a way to set the opacity of an image, say, using css.
Thanks
There are many, all incompatible with one another. To set half opacity:
opacity: 0.5; // CSS2 (or is it 3?)-compliant browsers
filter: alpha(Opacity=50); // IE
-moz-opacity: 0.5; // Older versions of Mozilla
-khtml-opacity: 0.5; // Older versions of Safari/Konqueror
mburt
07-23-2006, 05:18 PM
Thanks Twey
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.