I have transparency on my outer div. I also have a div inside the outer div.
The problem is the inside div is also transparent. How do I get ONLY the outer div to be transparent.
This is the CSS I’m using on the outer div:
background-color: #EDEEF0; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6;
Thanks in advance!!!