Advertisement
Le-Ownect

CSS Transparente

Aug 24th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.12 KB | None | 0 0
  1. /* CSS Transparente */
  2.  
  3. #ownect {
  4.  
  5.    opacity:0.65;
  6.  
  7.    -moz-opacity: 0.65;
  8.  
  9.    filter: alpha(opacity=65);
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement