Suche im Forum:
Suchen


Autor Nachricht
Beitrag18.01.2010 um 09:44 (UTC)    
Titel: Coolmenue

Hallo,ich habe ein coolmenue wo sich außer bei der 5 nichts öffnet!
aber bei Gästebuch und Forum erscheint kein link!
Wie mache ich das auch diese verlinkt werden?
also das wen man auf gästebuch klickt auf gästebuch kommt?
mein code:
Zitat:
<style type="text/css" media="screen">
<!--
body
{
font-family: Verdana, sans-serif;
font-size: 14px;
overflow: auto;
padding: 10px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li a
{
padding-right: 20px;padding-top: 10px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 218px;
left: 47%;
margin-left:-405px;
width:905px;
}

.menu li
{
width: 175px;
float: left;
}

.menu a
{
border: 0px solid #000000;
background-color: #6F8AC4;
background-image: url(URL);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #000000;
}

.menu a:hover
{
background-color: #404040;
background-image: url(URL);
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #C9C9C9;
}
//-->

</style>

<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">
<li><a href="http://pokemonexpertenseite.de.tl/Partner_Links.htm">Partner</a> </li>
<li><a onmouseout="cache('smenu2');" onmouseover="montre('smenu2');" href="javascript:void(0);">Gästebuch</a>
<ul onmouseout="cache('smenu2');" onmouseover="montre('smenu2');" id="smenu2">

</ul>
</li>
<li><a onmouseout="cache('smenu3');" onmouseover="montre('smenu3');" href="javascript:void(0);">Forum</a>
<ul onmouseout="cache('smenu3');" onmouseover="montre('smenu3');" id="smenu3">

<li> </li>
</ul>
</li>
<li><a href="http://pokemonexpertenseite.de.tl/Impressum.htm">Impressum</a></li>
<li><a onmouseout="cache('smenu5');" onmouseover="montre('smenu5');" href="javascript:void(0);">News</a>
<ul onmouseout="cache('smenu5');" onmouseover="montre('smenu5');" id="smenu5">
<li><a href="http://pokemonexpertenseite.de.tl/News.htm">News</a></li>
<li><a href="http://pokemonexpertenseite.de.tl/Newsletter.htm">Newsletter</a></li>
</ul>
</li>
</div>
<!--
Beitrag18.01.2010 um 09:48 (UTC)    
Titel:

Könntest du mal bitte auch die fehlenden links posten.

Also brauche die URL des Forums und des Gästebuchs
Danke
______________
Beitrag18.01.2010 um 09:52 (UTC)    
Titel:

ok also mein code:
Zitat:
<style type="text/css" media="screen">
<!--
body
{
font-family: Verdana, sans-serif;
font-size: 14px;
overflow: auto;
padding: 10px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li a
{
padding-right: 20px;padding-top: 10px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 218px;
left: 47%;
margin-left:-405px;
width:905px;
}

.menu li
{
width: 175px;
float: left;
}

.menu a
{
border: 0px solid #000000;
background-color: #6F8AC4;
background-image: url(URL);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #000000;
}

.menu a:hover
{
background-color: #404040;
background-image: url(URL);
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #C9C9C9;
}
//-->

</style>

<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">
<li><a href="http://pokemonexpertenseite.de.tl/Partner_Links.htm">Partner</a> </li>
<li><a onmouseout="cache('smenu2');" onmouseover="montre('smenu2');" href="javascript:void(0);">Gästebuch</a>
<ul onmouseout="cache('smenu2');" onmouseover="montre('smenu2');" id="smenu2">

</ul>
</li>
<li><a onmouseout="cache('smenu3');" onmouseover="montre('smenu3');" href="javascript:void(0);">Forum</a>
<ul onmouseout="cache('smenu3');" onmouseover="montre('smenu3');" id="smenu3">

<li> </li>
</ul>
</li>
<li><a href="http://pokemonexpertenseite.de.tl/Impressum.htm">Impressum</a></li>
<li><a onmouseout="cache('smenu5');" onmouseover="montre('smenu5');" href="javascript:void(0);">News</a>
<ul onmouseout="cache('smenu5');" onmouseover="montre('smenu5');" id="smenu5">
<li><a href="http://pokemonexpertenseite.de.tl/News.htm">News</a></li>
<li><a href="http://pokemonexpertenseite.de.tl/Newsletter.htm">Newsletter</a></li>
</ul>
</li>
</div>
<!--


bei den roten fehlen die links!
Gästebuch:http://pokemonexpertenseite.de.tl/G.ae.stebuch.htm
Forum:http://heartgold-soulsilver.forumieren.de/
Beitrag18.01.2010 um 09:55 (UTC)    
Titel:

Danke.
Hab da auch mal überflüssiges entfernt aber geht alles Wink

Code:
<style type="text/css" media="screen">
<!--
body
{
font-family: Verdana, sans-serif;
font-size: 14px;
overflow: auto;
padding: 10px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li a
{
padding-right: 20px;padding-top: 10px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 218px;
left: 47%;
margin-left:-405px;
width:905px;
}

.menu li
{
width: 175px;
float: left;
}

.menu a
{
border: 0px solid #000000;
background-color: #6F8AC4;
background-image: url(URL);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #000000;
}

.menu a:hover
{
background-color: #404040;
background-image: url(URL);
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #C9C9C9;
}
//-->

</style>

<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">
<li><a href="http://pokemonexpertenseite.de.tl/Partner_Links.htm">Partner</a> </li>
</ul>
</li>
<li><a href="http://pokemonexpertenseite.de.tl/G.ae.stebuch.htm">Gästebuch</a> </li>
</ul>
</li>
<li><a href="http://heartgold-soulsilver.forumieren.de/">Forum</a> </li>
</ul>
</li>
<li><a href="http://pokemonexpertenseite.de.tl/Impressum.htm">Impressum</a></li>
<li><a onmouseout="cache('smenu5');" onmouseover="montre('smenu5');" href="javascript:void(0);">News</a>
<ul onmouseout="cache('smenu5');" onmouseover="montre('smenu5');" id="smenu5">
<li><a href="http://pokemonexpertenseite.de.tl/News.htm">News</a></li>
<li><a href="http://pokemonexpertenseite.de.tl/Newsletter.htm">Newsletter</a></li>
</ul>
</li>
</div>
<!--

______________
Beitrag18.01.2010 um 10:06 (UTC)    
Titel:

jaaa...danke es geht(natürlich gehts) Mr. Green
Beitrag18.01.2010 um 10:08 (UTC)    
Titel:

pokemonexpertenseite hat Folgendes geschrieben:
jaaa...danke es geht(natürlich gehts) Mr. Green


naja natürlich ist es nie. Ab und zu hau ich mir auch noch mal nen Flüchtigkeitsfehler rein Rolling Eyes

Aber Bitte Wink
______________


Zuletzt bearbeitet von gbpics4all am 18.01.2010, 11:08, insgesamt einmal bearbeitet
Beitrag18.01.2010 um 12:23 (UTC)    
Titel:

pokemonexpertenseite hat Folgendes geschrieben:
jaaa...danke es geht(natürlich gehts) Mr. Green



danke für die Rückmeldung & danke an den Helfer, werde das mal schliessen.


lg
Jonas
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de