#
December 5, 2012 at 4:32 am
Why not use the RGBa property for your background on the homepage such as;
#modulePage19098228 #contentWrapper {
background: rgba(0, 0, 0, 0.6);
}
RGBa isn’t supported in some browser versions, Chris has [wrote an article](http://css-tricks.com/rgba-browser-support/ “”) on this, though.