I am wondering if there is a way to set the opacity of an image, say, using css.
Thanks
I am wondering if there is a way to set the opacity of an image, say, using css.
Thanks
- Mike
There are many, all incompatible with one another. To set half opacity:
Code: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
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Thanks Twey
- Mike
Bookmarks