Sunday, January 1, 2012

Ttransparent background CSS

CSS properties for transparency:
.transparent
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

No comments: