Blur and transparency

Buy now  £39 Get support

NOTE: The click to enlarge feature only works when this page is served from localhost or a webserver (view this example online).

Blurred background


40% transparency


 
  1. <html>
  2.     <head>
  3.         <title>Magic Magnify Plus: Blur and transparency</title>
  4.        
  5.         <!-- link to magicmagnifyplus.css file -->
  6.         <link rel="stylesheet" href="magicmagnifyplus/magicmagnifyplus.css" type="text/css" media="screen, projection"/>
  7.         <!-- link to magicmagnifyplus/magicmagnifyplus.js file -->
  8.         <script src="magicmagnifyplus/magicmagnifyplus.js" type="text/javascript"></script>
  9.        
  10.     </head>
  11.     <body>
  12.        
  13.         <p class="note">NOTE: The click to enlarge feature only works when this page is served from localhost or a webserver (<a href="http://demo.magictoolbox.com/magicmagnifyplus/example9.html">view this example online</a>).</p>
  14.         <div class="w50">
  15.             <p>Blurred background</p>
  16.             <p><a href="images/shoe_large.jpg" class="MagicMagnifyPlus" rel="blur:5"><img src="images/shoe_small.jpg"/></a></p><br/>
  17.         </div>
  18.         <div class="w50">
  19.             <p>40% transparency</p>
  20.             <p><a href="images/shoe_large.jpg" class="MagicMagnifyPlus" rel="transparency:40%"><img src="images/shoe_small.jpg"/></a></p><br/>
  21.         </div>
  22.         <div class="clear">&nbsp;</div>
  23.        
  24.        
  25.     </body>
  26. </html>