this is how you set css background transparency, add the following to your css property:
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
No related posts.
This entry was posted on Thursday, May 21st, 2009 at 6:34 pm and is filed under CSS & Html .