• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Navigation Untermenüs

keeeniiic

Neues Mitglied
Hallo liebes Forum,

ich brauche wiedermal eure Hilfe.
Und zwar:

Ich möchte die Navigation von meiner Homepage erweitern und zwar wenn man mit der Maus über ein Navigationselement fährt das sich dort dann rechts daneben die Untermenüs befiden.
Änlich wie hier: 1A Homepage Tools

Ich habe mir die HTML-Datei dieser HP angesehn aber wurde daraus nicht schlau da ich meine Navigation mit <div> tags gemacht habe.
Hier ein Ausschnit:

HTML:
<body text="#000000" style="background: #797979; text-align:center; height:850px;">
<div style="background: transparent; position:relative;width:990px;height:850px;margin-left:auto;margin-right:auto;">
<div style="position:absolute; left:44px; top:0px; width:892px; height:850px;">
    <img src="wpimages/background.png" width="892" height="850" border="0" id="qs_5" name="qs_5" title="" alt="" onload="OnLoadPngFix()">
</div>
<div style="position:absolute; left:159px; top:319px; width:103px; height:22px;">
    <a href="index.html" onMouseOut="PPImgAction('out','tg_2')" onMouseOver="PPImgAction('over','tg_2')"><img src="wpimages/button.png" width="103" height="22" border="0" id="tg_2" name="tg_2" title="" alt="Home." onload="OnLoadPngFix()"></a>
</div>
</div>
</body>
Ist es möglich jetzt noch ein onMouseOver zu hinzuzufügen das dann solche Untermenüs darstellt?

Danke im Vorraus!
 
Zurück
Oben