Revision: 10084
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 7, 2008 14:23 by iTony
Initial Code
.transparent {
filter:alpha(opacity=50);/*Needed for IE*/
-moz-opacity:0.5;/*Older mozilla broswers like NN*/
-khtml-opacity: 0.5;/*Old versions of Safari and "KHTML" browser engines*/
opacity: 0.5;/*FF, Safari, and Opera*/
}
Initial URL
Initial Description
Initial Title
CSS Crossbrowser Transparency
Initial Tags
css
Initial Language
CSS