6
I have a div and text written inside her.
.topoMenuSegmentos {
width: 470px;
height: 190px;
background-color: #0a1737;
display: block;
margin-top: -2px;
}
I want to apply a opacity:0.8
, what happens is that the text that is inside this div also gets the opacity.
Is there any alternative?
http://www.css3maker.com/css-3-rgba.html uses this, solved my problem
– Julio Cesar Willians