Share Pastebin
Guest
Public paste!

Sren Bertelsen

By: a guest | Feb 9th, 2010 | Syntax: HTML | Size: 0.19 KB | Hits: 23 | Expires: Never
Copy text to clipboard
  1.  
  2. .transparent
  3. {
  4.    filter:alpha(opacity=60);
  5.    -moz-opacity: 0.6;
  6.    opacity: 0.6;
  7. }
  8.  
  9. .transparent-over
  10. {
  11.    filter:alpha(opacity=100);
  12.    -moz-opacity: 1;
  13.    opacity: 1;
  14.  
  15. }