diff options
Diffstat (limited to 'navside.html')
-rw-r--r-- | navside.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/navside.html b/navside.html new file mode 100644 index 0000000..61729b4 --- /dev/null +++ b/navside.html @@ -0,0 +1,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ösung"> + <area shape="rect" target="main" coords="7,206,113,240" href="pages/about.html" alt="Ü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> |