Simple as it may look I need to create a background for a website with a container that would be semi-transparent. If I add opacity: 0.5;
inside of the #content
I will end up having the entire container, with all the widgets and letters going ghost. What should I do to apply transparency only to the background image? One answer would be to add transparency to the picture inside of PS but still I am curious.
#content .container {
background:url(images/menu_bar.png) left top repeat-y !important;
}