|
|||
![]()
Hallo!
Nach langem herum probieren und anpassen des Layouts, funktioniert mein drop down Menü endlich im IE und im FF. Aber nun die böse Überraschung. Wenn ich einen Link aus meinem Menü angeklickt habe und mit dem zurück button des Firefox zurück gehe, wird das Menü aufgeklappt dargestellt und nicht in die Ausgangsposition zurück gesetzt. (unter IE klappt es prima) Noch ein Hinweis; Ich verwende php include um den header mit menü und den footer zu laden. Und hier der Code der das drop down betrifft: JS Code:
<script type='text/javascript'> function show(menu) { if(document.getElementById(menu).style.display=='none') document.getElementById(menu).style.display='block'; else document.getElementById(menu).style.display='none'; } </script> Code:
.bereich{ display: block; color: #FFFFFF; background-color: #; text-align: center; margin-top: 0px; } a.link{ display: block; color: #000; font-family: Verdana, Arial; font-size: 13px; font-weight: bold; line-height:32px; text-decoration: None; border-top: solid 1px #fff000; border-bottom: solid 1px #fff; border-left: solid 1px #fff; border-right: solid 1px #fff; background: url(images/menu_repeader.png) repeat-x #000000; width: 110px; height: 32px; padding-top:0px; } a.link:hover{ display: block; background: url(images/menu_repeader_heller.png) repeat-x #000000; } HTML-Code:
<div id="menubalken"> <table cellpadding=0 cellspacing=0 style="position: relative; top: 0px; left: 10px;"> <tr> <td valign=top> <div class="bereich" onMouseover="show('menu1')" onMouseout="show('menu1')"> <a href="#" class="link">Home</a> <span id="menu1" style="display:none;"> </span> </div> </td> und so weiter ...... LG Gombi |
Sponsored Links |
![]() |
Themen-Optionen | |
Ansicht | |
|
|
![]() |
||||
Thema | Autor | Forum | Antworten | Letzter Beitrag |
CSS Drop Down Menü | gachet | CSS | 9 | 08.11.2009 19:36 |
Drop down menü geht im IE 6 nicht | silverblack | CSS | 3 | 10.06.2007 21:36 |
Fehler mit Drop Down Menü bei Überschreitung der Container Grenzen! | webfabrik | CSS | 4 | 16.01.2007 02:29 |
Drop down Menü aus Gif Bild | Calistus | CSS | 1 | 16.10.2006 10:49 |