Sren Bertelsen
By: a guest | Feb 9th, 2010 | Syntax:
HTML | Size: 0.19 KB | Hits: 23 | Expires: Never
.transparent
{
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.transparent-over
{
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}