Set transparency of background cover using css

myvbforum

New Member
Below is code for setting background cover, i want to set transparency of background cover, so that i can display some text over it. I got the solution as below, but its not working for me. I am not getting where am missing it. \[code\] style="background: url(images/football_ground.jpg) no-repeat center center fixed;-webkit- background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;-moz-opacity:.30; filter:alpha(opacity=30); -khtml-opacity: 0.3; ">\[/code\]
 
Back
Top