Hi,
I have noticed then when i use a background that is opaque like 0.5 the text over it suppose in h1 also become opaque too. i tried giving h1 a 1 opacity but it didn't work. i do i make it not go transparent?
example
Code CSS:.background{ width:300px; height:200px; background:#000; opacity:0.5; }
Code HTML4Strict:<div class="background"> <h1>Hello World</h1> </div>
