PHP & JavaScript Room :: 設置サンプル

実行結果

Prototype extension: Showcase | 設置サンプル

水平方向に回転表示

設置サンプルのソース

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta http-equiv="Content-Language" content="ja" />
      <meta http-equiv="Content-Script-Type" content="text/javascript" />
      <meta http-equiv="Content-Style-Type" content="text/css" />
      <meta http-equiv="imagetoolbar" content="no" />
      <title>Prototype extension: Showcase | 設置サンプル</title>
      <link rel="stylesheet" type="text/css" href="/content/lib/global.css" />
      <link rel="stylesheet" type="text/css" href="/content/lib/prototype/showcase.css" />
      <script type="text/javascript" src="/content/lib/prototype/prototype-1.6.0.3.js"></script>
      <script type="text/javascript" src="/content/lib/scriptaculous/scriptaculous.js?load=effects"></script>
      <script type="text/javascript" src="/content/lib/prototype/showcase.js"></script>
   <link rel="stylesheet" type="text/css" href="/common/css/example.css"></head>
   <body id='example3' class='example'><div class="ads" style="margin:32px auto;text-align:center;"></div><h1 class='h'><a href='/'>PHP &amp; JavaScript Room</a> :: 設置サンプル</h1>
<h3 class='h'>実行結果</h3>
      <div id="wrap">
         <h1><a href='http://dev.victorstanciu.ro/experimente/prototype-showcase/'>Prototype extension: Showcase</a> | 設置サンプル</h1>
         <h2>水平方向に回転表示</h2>
         <div class="showcase" id="horizontal">
            <a href="#previous" class="controls previous" rel="previous">&ndash;</a>
            <a href="#next" class="controls next" rel="next">+</a>
            <ul>
               <li><a href="#" title="サインがいっぱい@鳥小屋"><img src="http://farm4.static.flickr.com/3138/3032375214_5aedffaca0_m.jpg" alt="1" /></a></li>
               <li><a href="#" title="レバ刺@鳥小屋"><img src="http://farm4.static.flickr.com/3064/3031535599_2f8b454232_m.jpg" alt="2" /></a></li>
               <li><a href="#" title="明太子玉子焼き@鳥小屋"><img src="http://farm4.static.flickr.com/3217/3031535573_6e541be249_m.jpg" alt="3" /></a></li>
               <li><a href="#" title="モツ鍋@鳥小屋"><img src="http://farm4.static.flickr.com/3223/3032375140_5eba53f7e9_m.jpg" alt="4" /></a></li>
               <li><a href="#" title="モツ鍋@鳥小屋"><img src="http://farm4.static.flickr.com/3151/3032375106_226d2a6d52_m.jpg" alt="5" /></a></li>
               <li><a href="#" title="モツ鍋@鳥小屋"><img src="http://farm4.static.flickr.com/3239/3032375082_24f44c06ba_o.jpg" alt="6" /></a></li>
               <li><a href="#" title="ハツ刺@鳥小屋"><img src="http://farm4.static.flickr.com/3068/3032375032_aab0a7b581_m.jpg" alt="7" /></a></li>
               <li><a href="#" title="ハツ刺@鳥小屋"><img src="http://farm4.static.flickr.com/3055/3031535435_6af4618ea1_m.jpg" alt="8" /></a></li>
               <li><a href="#" title="モツ鍋の〆@鳥小屋"><img src="http://farm4.static.flickr.com/3171/3032374922_8fcb4ea43d_m.jpg" alt="9" /></a></li>
               <li><a href="#" title="モツ鍋の〆@鳥小屋"><img src="http://farm4.static.flickr.com/3177/3032374882_7b7553fff5_m.jpg" alt="10" /></a></li>
               <li><a href="#" title="モツ鍋完食@鳥小屋"><img src="http://farm4.static.flickr.com/3243/3032374798_cec6385d35_m.jpg" alt="11" /></a></li>
            </ul>
         </div>
         <script type="text/javascript">
            document.observe('dom:loaded', function () {
               new Showcase.Horizontal($$('#horizontal ul li'), $$('#horizontal a.controls'), {duration: 0.3});
            });
         </script>
      </div>
   </body>
</html>