summaryrefslogtreecommitdiff
path: root/navside.html
blob: 61729b405c731002863c5183f91abb96b0b1ff66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>

<head>
<style type="text/css">
<!--
    #musik {
        position: absolute;
        left: 0;
        top: 246px;
    }
-->
</style>
</head>

<body background="images/woodtile.gif" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"><!--
--><img src="images/nav.gif" usemap="#nav" border="0">

<img src="images/musik.gif" usemap="#mus" border="0" id="musik">

<map name="nav">
    <area shape="rect" target="main" coords="7,6,113,40" href="pages/start.html" alt="Startseite">
    <area shape="rect" target="main" coords="7,46,113,80" href="pages/trivia.html" alt="Trivia">
    <area shape="rect" target="main" coords="7,86,113,120" href="pages/exklusiv.html" alt="Exklusiv">
    <area shape="rect" target="main" coords="7,126,113,160" href="pages/dekomp.html" alt="Dekomp">
    <area shape="rect" target="main" coords="7,166,113,200" href="pages/loesung.html" alt="L&ouml;sung">
    <area shape="rect" target="main" coords="7,206,113,240" href="pages/about.html" alt="&Uuml;ber">
</map>
<map name="mus">
    <area shape="rect" target="music" coords="40,0,76,16" href="music.html" alt="An">
    <area shape="rect" target="music" coords="82,0,120,16" href="nomusic.html" alt="Aus">
</map>

</body>

</html>