Although it seems simple, I am trying to design a website background with a container that has semi-transparent properties. When I include opacity: 0.5;
within the #content
code, the entire container, along with its content and text, becomes transparent. How can I make only the background image transparent without affecting other elements? One suggestion is to add transparency to the image using Photoshop, but I am still curious about alternative solutions.
#content .container {
background:url(images/menu_bar.png) left top repeat-y !important;
}