Default

joesnet mobilejoe

The default look of Magic Zoom Plus™. No customizations made.

Here's the code:

  1. <html>
  2.     <head>
  3.         <title>Magic Zoom Plus: Default</title>
  4.        
  5.         <!-- link to magiczoomplus.css file -->
  6.         <link href="magiczoomplus/magiczoomplus.css" rel="stylesheet" type="text/css" media="screen"/>
  7.         <!-- link to magiczoomplus.js file -->
  8.         <script src="magiczoomplus/magiczoomplus.js" type="text/javascript"></script>
  9.        
  10.     </head>
  11.     <body>
  12.        
  13.         <p>The default look of Magic Zoom Plus&trade;. No customizations made.</p>
  14.         <!-- define Magic Zoom Plus -->
  15.         <a href="images/harley1c.jpg" title="Cool bike!" class="MagicZoomPlus"><img src="images/harley1b.jpg"/></a>
  16.        
  17.     </body>
  18. </html>