Archive for September, 2008

CSS > Transparent Background

Saturday, September 20th, 2008
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;