[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/libraries/highslide/examples/ -> white-rounded-outline.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
   2  <html>
   3  <head>
   4  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   5  
   6  <title>Highslide JS</title>
   7  
   8  <!--
   9      1 ) Reference to the files containing the JavaScript and CSS.
  10      These files must be located on your server.
  11  -->
  12  
  13  <script type="text/javascript" src="../highslide/highslide.js"></script>
  14  <link rel="stylesheet" type="text/css" href="../highslide/highslide.css" />
  15  
  16  
  17  <!--
  18      2) Optionally override the settings defined at the top
  19      of the highslide.js file. The parameter hs.graphicsDir is important!
  20  -->
  21  
  22  <script type="text/javascript">
  23      hs.graphicsDir = '../highslide/graphics/';
  24      hs.outlineType = 'rounded-white';
  25  </script>
  26  
  27  
  28  </head>
  29  
  30  <body>
  31  <div>
  32  <!--
  33      3) This is how you mark up the thumbnail image with an anchor tag around it.
  34      The anchor's href attribute defines the URL of the full-size image.
  35  -->
  36  <a id="thumb1" href="../images/full-image.jpg" class="highslide" onclick="return hs.expand(this)">
  37      <img src="../images/thumbnail.jpg" alt="Highslide JS"
  38          title="Click to enlarge" height="120" width="107" /></a>
  39  
  40  <!--
  41      4 (optional). This is how you mark up the caption. The caption must be directly
  42      after the anchor above.
  43  -->
  44  
  45  <div class="highslide-caption">
  46      This caption can be styled using CSS.
  47  </div>
  48  
  49  </div>
  50  </body>
  51  </html>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7