Guest

Sren Bertelsen

By: a guest on Feb 9th, 2010  |  syntax: HTML  |  size: 0.19 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  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. }