How to have a transparent <div> with a non-transparent <div> overlaying it?
- by Matt
I have a simple on my page with the opacity being set to 0.5. The problem is, the text inside that is also going transparent. How do I correct that? Do I make another div and place it on top the transparent one? If so, how to do that?