隠し要素:このdivはページ上部に固定されているヘッダー分コンテンツが見れなくなってしまうのを防ぐため作成されています。

ここに調べたい内容を書き、クリックするとこのサイト全体で検索してくれます。 Google検索のシステムを使っているので検索結果の更新には時間がかかります。

サンプル

          
            < img src="mapimage.png" width="499" height="664" border="0" usemap="#mapimage1">
            < map name="mapimage1" id="mapimage1">
            < area href="../index.html" shape="rect" coords="11,22 309,109">
            < area href="../1/1.html" shape="rect" coords="32,127 486,181">
            < area href="../1/2.html" shape="rect" coords="32,194 318,246">
            < area href="../1/3.html" shape="rect" coords="31,266 258,311">
            < area href="../1/4.html" shape="rect" coords="29,324 304,375">
            < area href="../1/6.html" shape="rect" coords="27,394 235,441">
            < area href="../1/7.html" shape="rect" coords="25,458 339,501">
            < area shape="default">
            < /map>
          
        

解説

コードにあるような<map>を使用すると画像にリンクを張ることができます。 実際に上の画像でテキストをクリックすると移動できるようになっています。 これはホームページビルダーを使って設定する方が簡単でいいと思います。

Back Home