the text within? I'm trying to create a text box for my site, with a transparent white background and black text. I've figured out how to do transparency (opacity), making the white background 'see through', but it also makes the text transparent. Is there anyway to make only the background transparent, but not the text?
Here's the code I have so far:
.twoColFixLtHdr #mainContent {
margin: 0 0 0 250px;
background-color:#FFFFFF;
opacity:0.5;
filter: alpha(opacity=50);
-moz-opacity:0.5;
padding: 0 20px;
I'm kind of new to all of this, so any help is appreciated! Thanks!!
Here's the code I have so far:
.twoColFixLtHdr #mainContent {
margin: 0 0 0 250px;
background-color:#FFFFFF;
opacity:0.5;
filter: alpha(opacity=50);
-moz-opacity:0.5;
padding: 0 20px;
I'm kind of new to all of this, so any help is appreciated! Thanks!!