this is how you set css background transparency, add the following to your css property:
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
This entry was posted on Thursday, May 21st, 2009 at 6:34 pm and is filed under CSS & Html .
To view this, you need to install the Flash Player 7. Please go to here and download it.
this is how you set css background transparency, add the following to your css property:
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
This entry was posted on Thursday, May 21st, 2009 at 6:34 pm and is filed under CSS & Html .