90 lines
3.1 KiB
PHP
90 lines
3.1 KiB
PHP
<!--[if IE]>
|
|
<script type="text/javascript">
|
|
if(window.navigator.systemLanguage && !window.navigator.language) {
|
|
function hoverIE() {
|
|
var LI = document.getElementById("Navigation").firstChild;
|
|
do {
|
|
if (sucheUL(LI.firstChild)) {
|
|
LI.onmouseover=einblenden; LI.onmouseout=ausblenden;
|
|
}
|
|
LI = LI.nextSibling;
|
|
}
|
|
while(LI);
|
|
}
|
|
|
|
function sucheUL(UL) {
|
|
do {
|
|
if(UL) UL = UL.nextSibling;
|
|
if(UL && UL.nodeName == "UL") return UL;
|
|
}
|
|
while(UL);
|
|
return false;
|
|
}
|
|
|
|
function einblenden() {
|
|
var UL = sucheUL(this.firstChild);
|
|
UL.style.display = "block"; UL.style.backgroundColor = "#eee";
|
|
}
|
|
function ausblenden() {
|
|
sucheUL(this.firstChild).style.display = "none";
|
|
}
|
|
|
|
window.onload=hoverIE;
|
|
}
|
|
</script>
|
|
<![endif]-->
|
|
|
|
<div id="Tmenu">
|
|
<ul id="Navigation">
|
|
<li><a href="index.php?section=will">Willkommen</a>
|
|
<ul style="background-image: url(img/bg1.jpg);">
|
|
<li><a href="index.php?section=will">- Willkommen</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="index.php?section=haus">Unser Haus</a>
|
|
<ul style="background-image: url(img/bg2.jpg);">
|
|
<li><a href="index.php?section=haus">- Unser Haus</a></li>
|
|
<li><a href="index.php?section=haus&t=lage">- Lage</a></li>
|
|
<li><a href="index.php?section=haus&t=geschichte">- Geschichte</a></li>
|
|
<li><a href="index.php?section=haus&t=wohn">- Unsere Wohnungen</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="index.php?section=gaby">Wohnung<br />Gaby</a>
|
|
<ul style="background-image: url(img/bg3.jpg);">
|
|
<li><a href="index.php?section=gaby">- Wohnung Gaby</a></li>
|
|
<li><a href="index.php?section=gaby&t=preise">- Preise</a></li>
|
|
<li><a href="index.php?section=gaby&t=anfrage">- Anfrage/Belegung</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="index.php?section=amelie">Wohnung<br />Amelie</a>
|
|
<ul style="background-image: url(img/bg4.jpg);">
|
|
<li><a href="index.php?section=amelie">- Wohnung Amelie</a></li>
|
|
<li><a href="index.php?section=amelie&t=preise">- Preise</a></li>
|
|
<li><a href="index.php?section=amelie&t=anfrage">- Anfrage/Belegung</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="index.php?section=angebot">Datenschutz-<br />erklärung</a>
|
|
<ul style="background-image: url(img/bg5.jpg);">
|
|
<li><a href="index.php?section=angebot">Datenschutzerklärung</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="index.php?section=umgebung">Umgebung<br />Bildergalerie</a>
|
|
<ul style="background-image: url(img/bg6.jpg);">
|
|
<li><a href="index.php?section=umgebung">- Bildergalerie</a></li>
|
|
<li><a href="index.php?section=umgebung&t=aktiv">- Aktivitäten</a></li>
|
|
<li><a href="index.php?section=umgebung&t=links">- Links</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="index.php?section=kontakt">Kontakt<br />Impressum</a>
|
|
<ul style="background-image: url(img/bg7.jpg);">
|
|
<li><a href="index.php?section=kontakt">- Kontakt</a></li>
|
|
<li><a href="index.php?section=kontakt&t=anreise">- Anreise</a></li>
|
|
<li><a href="index.php?section=kontakt&t=route">- Routenplaner</a></li>
|
|
<li><a href="index.php?section=kontakt&t=agbs">- AGB</a></li>
|
|
<li><a href="index.php?section=kontakt&t=imp">- Impressum</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<div></div>
|
|
</div>
|