I have created a transparency so that I can see the background image. The issue I have is the div I have made transparent has an image inside of it and it is going transparent as well (I am assuming that it is inherent it from the parent)
but what I don’t know is how to stop it from happening anyone got any ideas?
Opacity is inherited by all child elements, and there’s nothing you can do about that except use tricky hacks, lie have the right column outside the #content-wrap div and absolutely place it where you want it.
A better solution is to use rgba colors instead, such as