How do you make DIV transparent, but not the text in it
Posted: Wed Jun 29, 2011 10:13 am
Code: Select all
.transparent
{
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
.transparent
{
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
Code: Select all
background-color: rgba(66,39,131,0.75);
padding-top: 13px;
width: 850px;
height:31px;
text-align:center;
position: fixed;
top: 0px;
left: 50px;
right: 50px;
margin-left: auto;
margin-right: auto;
width: 891px;