<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS: -moz-opacity with glyphs and transparent PNG backgrounds</title>
  <style type="text/css">
   body { background: white url(black-0.5-0.0-h.png) repeat-y fixed; color: black; }
   p { font: 900 2em sans-serif; margin: 1em; }
   div { font: 900 9em sans-serif; margin: 0 0.5em; line-height: 1.0; }
  </style>
 </head>
 <body>
  <p>The following glyphs have varying levels of opacity.</p>
  <div style="-moz-opacity: 1.0">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.9">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.8">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.7">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.6">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.5">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.4">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.3">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.2">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.1">W&#x05E9;&#x063A;</div>
  <div style="-moz-opacity: 0.0">W&#x05E9;&#x063A;</div>
 </body>
</html>
