Home › Forums › CSS › Cant find correct page id! › Re: Cant find correct page id!
December 5, 2012 at 4:32 am
#116352
Member
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](https://css-tricks.com/rgba-browser-support/ “”) on this, though.