[HTML] Oyla Menü funktioniert nicht

Wonderland
Also.. ich habe ein Problem mit dem Oyla-Menü. Es funktioniert einfach nicht. es wird angezeigt, aber man kann es nicht anklicken.

Hier mal der LINK:
VRH Lovato

und der code vom design:
code:
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:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
<html>
  <head>
  <title>Dressurstall Lovato</title>
  
  <style type="text/css">
  
  <!--
  body {
  scrollbar-face-color: #b1b1b9;
  scrollbar-highlight-color #93939d;
  scrollbar-3dlight-color: #93939d;
  scrollbar-darkshadow-color: #93939d;
  scrollbar-shadow-color: #93939d;
  scrollbar-arrow-color: #93939d;
  scrollbar-track-color: #93939d;
  }
  a:link {
  color: #000000;
  text-decoration:underline overline;
  }
  a:visited {color: #000000;
  text-decoration:underline overline;
  }
  a:active {color: #000000;
  text-decoration:None;
  }
  a:hover {color: #000000;
  text-decoration:None;
  }
 
  
  
  -->
  </style>
  </head>
  
  
  
  <!-- Start Design -->
  
  <img border="0" src="http://www.oyla.de/userdaten/774/58352/bilder/Lovatoo.png"
  align ="left" style ="position: absolute; top: 0; left: 0" width="1024" height="768">
  <!-- End Design -->
  
  
  
  <!-- Start Content -->
  <div style="overflow: auto; position: absolute; width: 600px; height: 460px; left: 380px; top: 250px">
  <span style="font-family:Comic Sans MS; font-size:8pt; color:#000000">%content%</span>
  </div>
  <!-- End Content -->
  
  
  
  
  <!-- Start Navigation -->
  <div style="overflow: auto; position: absolute; width: 160px; height: 450px; left: 90px; top: 440px">
  <span style="font-family:Comic Sans MS; font-size:12px; color:#000000">%navigation_v% </span>
  </div>
  <!-- End Navigation -->
  
  
  <!-- Start News-->
  <div style="overflow: auto; position: absolute; width: 160px; height: 450px; left: 90px; top: 310px">
  <span style="font-family:Comic Sans MS; font-size:8pt; color:#000000"> <center>28.05.10<br> Die Aufbauarbeiten beginnen und das Aufbaudesign ist online. </center></span>
  </div>
  <!-- End News --> 
  
  
  </body>
  </html>



Vielen Dank schonmal im vorraus Augenzwinkern
bolop
Weil das Bilder sind großes Grinsen Die musst Du noch verlinken ^^
Wonderland
hää?
Was für Bilder?
Die Links sind Textseiten von Oyla!
Thorim
dein News-Div liegt über dem Menü, entfern mal bei <!-- Start News--><div style="... in dem Style-Attribut die Höhenangabe
(dann wird das nur noch so hoch wie der Inhalt davon ist)


PS: im CSS bei den scrollbar-Definitionen feht ein Doppelpunkt