Veröffentlicht 2. November 200915 j Hallo, habe ein Problem die Navigationsleiste ist bei IE völlig an der richtigen stelle , dann guck ich mir das bei Mozilla an und ist zu weit unten. Habe keine Ahnung woran das liegt, jemand eine idee? Code in der HTML datei: <div class="navigation"> <div class="menucontainer_inaktiv"> <a class="menulink_inaktiv" href="jugendstiftung.html"><p size="2px">Startseite</a></p> </div> und hier CSS: div.navigation { background-color:#ddddfe; margin-top:-5px; margin-bottom:5px; margin-left:0px; *margin-left:0px; padding-left:0px; width:230px; height:745px; float:left; } brauche dringend schnell hilfe: )
2. November 200915 j Autor mh also hab noch zwei Container gefunden div.menucontainer_inaktiv { background-color:#ffffff; width:220px; *width:230px; margin-left:0px; margin-right:0; padding-left:9px; padding-top:2px; *padding-top:2px; border-bottom:1px solid; border-right:1px solid; color:#900; } /* Einzelne container für die Links im Menü, (aktiv, somit andere Farbe als die Menüleiste um es hervorzuheben)*/ div.menucontainer_aktiv { background-color: #dddddd; max-height:20px; width:220px; *width:230; margin-left:0px; margin-right:0; margin-top:0px; padding-left:9px; padding-top:2px; border-bottom:1px solid; border-right:1px solid; color:#900; } falls ich max-height raus lösche setzt er den Text an die richtige stelle nur dann ist mein container wo der textdrinsteht riesen groß brauch dringend hilfe!
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.