CSS > Transparent Background

filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;

Leave a Reply