Your Ad Here

Posted By

arpit on 10/07/09


Tagged


Versions (?)

CSS background opacity:


 / Published in: CSS
 

  1. .translucent{
  2. opacity:0.4;
  3. filter:alpha(opacity=40);
  4. background:#000000;
  5. }

Report this snippet  

You need to login to post a comment.