am facing a problem with the opacity i do have a header that have a background image and am trying to do a opacity on that background but not into white color am trying to make it on a black one here is the code
/*Start Header*/
.header {
 background-image: url(http://i.imgur.com/FzOVLvC.jpg);
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -0-background-size: cover;
 background-size: cover;
 opacity: 0.5;
 background-color: #000;
 height: 708px;
}
/*End Header*/<!-- Start Slider -->
 <div class="header">
  <div class="slider">
   <div class="contaner">
    Slider
   </div>
  </div>
 </div>
<!-- End Slider --> 
    