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

Problem mit Drop Down Menü

:O).

nim mal das position: absolute; raus, vielleicht wird das das mehr was, wo es auch immer hin soll :O)
#navi {

color: #FFFFFF;
font-size: 0.8em;
font-weight: bold;
left: 0;
list-style-type: none;
margin-top: 25px;
position: absolute; /*<----- */

top: 0;

width: 160px;


}

Cheffchen
 
Vielen Dank ! Leider ist dabei noch ein Problem aufgetaucht: Im Firefox und IE klappen beim ausklappen auch die Berichte 20xx hinunter, in Google Chrome aber nicht ... Wie kann ich das lösen ?
 
Hallo,

ich hätte ja gesagt mach es so wie das hauptmenü aber das ist ja auch nicht richtig.

Da musst mit position Arbeiten.

#navi > li {position:relative;}
und #navi > li > ul {position:absolute;top:0;left:200px;}

so oder so ähnlich.

Cheffchen
 
Zurück
Oben