clockdiv fertig angepasst
This commit is contained in:
@@ -20,11 +20,11 @@ if ($tab == "") {$tab = "home";}
|
||||
Mellys Weihnachts Kalender
|
||||
</h1>
|
||||
</header>
|
||||
<nav id="nav">
|
||||
<!-- <nav id="nav">
|
||||
<ul class="navUl">
|
||||
<li><a href="?tab=home" <?php if ($tab == "home")?>>Home</a></li>
|
||||
<li><a href="?tab=bilder" <?php if ($tab == "bilder")?>>Galerie</a></li>
|
||||
<!-- <li><a href="?tab=gästebuch" <?php if ($tab == "gästebuch")?>>Gästebuch</a></li> -->
|
||||
<li><a href="?tab=gästebuch" <?php if ($tab == "gästebuch")?>>Gästebuch</a></li>
|
||||
<li class="mainMenu"><a href="#">Über</a>
|
||||
<ul class="submenu">
|
||||
<li><a href="?tab=impressum">Impressum</a></li>
|
||||
@@ -33,7 +33,7 @@ if ($tab == "") {$tab = "home";}
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</nav> -->
|
||||
|
||||
<script type="text/javascript">
|
||||
$(".mainMenu > a").mouseover(function(){
|
||||
|
||||
Reference in New Issue
Block a user