Suche im Forum:
Suchen


Autor Nachricht
Beitrag29.01.2009 um 14:26 (UTC)    
Titel: Coolmenü funktioniert nicht 100% richtig

Ich habe ein Coolmenü auf meiner Homepage!
Ich habe was neues hinzugefügt!
Aber wenn man da nur mit der Maus darüber geht und dann wieder weg bleibt es offen!
Jedoch ist das nur bei Award!
Also wenn ich auf Award gehe und dann weg ohne eine Unterkategorie zu berühren dann bleibt es offen!
Wenn ich eine Kategorie berühre und dann weg ist es normal und geht zu!
Sorry das ist genau umgekehrt!Hier ist der Code
Zitat:
<style type="text/css" media="screen">
<!--
body
{
font-familyRockwell:, sans-serif;
font-size: 11px;
overflow: auto;
padding: 13px;
margin: 0px;
}

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

div.menu
{
position: absolute;
z-index: 3;
top: 162px;
left: 50%;
margin-left:-290px;
width: 100%;
}

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

.menu a
{
border: 1px solid #F2F2F2;
background-image:url(http://img5.myimg.de/ContentTop048a7.png);
padding-top: 9px;
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px 10px;
display: block;
height: 14px;
color: #FFFFFF;
}

#smenu1, #smenu2, #smenu3
{
font-size: 15px;
display: none;
width: 280px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a
{
font-size: 10px;
font-weight: bold;
padding-top: 9px;
border-top: 2px;
cursor: pointer;
}
//-->

</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="javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">Service </a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href="http://www.more-fun-at.de.tl/Blue-Water.htm " target="_self">Blue Water</a></li>
<li><a href="http://www.more-fun-at.de.tl/Yellow-King.htm " target="_self">Yellow King </a></li>
<li><a href="http://www.more-fun-at.de.tl/Dark-Blue%26Green.htm " target="_self">Dark Blue&Green</a></li>
<li><a href="http://www.more-fun-at.de.tl/Dark-Color-h-s.htm " target="_self">Dark Color’s</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">Generatoren&Fragen </a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href="http://www.more-fun-at.de.tl/CSS_Generator.htm " target="_self">CSS-Generator</a></li>
<li><a href="http://www.more-fun-at.de.tl/Boxengenerator.htm " target="_self">Boxen-Generator</a></li>
<li><a href="http://design-creator.pro-hp.de/ " target="_self">Iceblue-Generator</a></li>
<li><a href="http://www.more-fun-at.de.tl/Ihr-habt-Fragen-f-.htm " target="_self">Ihr habt Fragen?</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">Award </a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3);">
<li><a href="Wird noch gearbeitet " target="_self">Leider draußen</a></li>
<li><a href="Wird noch gearbeitet " target="_self">Hall of Fame</a></li>
<li><a href="Wird noch gearbeitet " target="_self">Abstimmen</a></li>
<li><a href="Wird noch gearbeitet " target="_self">Teilehmen</a></li>
</ul>
</li>
</ul>
</div>



Kann mir da bitte jemand helfen?

MfG
Your Designs


Zuletzt bearbeitet von more-fun-at am 29.01.2009, 15:31, insgesamt 2-mal bearbeitet
Beitrag29.01.2009 um 15:08 (UTC)    
Titel: glaub ich.

Bei mir war das am Anfang auch so und bei mir ging das weg, als ich einen richtigen Link eingefügt habe. Ich glaub dann gehts auch.
______________
Kommt auf meine Seite! Es ist eine coole Pokemon-HP.
Sie hat Infos über alles. Über die Serie, die Filme, die Karten, und vor allem über die Spiele.
Wir haben einen eigenen Bilderdex und arbeiten an einem Pokedex. Also reinkommen lont sich.
Beitrag29.01.2009 um 15:15 (UTC)    
Titel:

Meinst du da wo Wird noch gearbeitet steht muss ich den richtigen link einfügen?
Beiträge der letzten Zeit anzeigen:   


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