Hallo,
ich hab das Problem, daß im Hauptmenü das Untermenü erst richtig dargestellt wird,wenn man dern Link direkt anklickt.
also: http://wege-zum-wachsen.de/wzw
wenn ich dort auf den Menüpunkt : Menü a klicke, wird das Untermenü in reiner Schriftform angezeigt, ohne Icon davor. klicke ich dann auf Untermenü 1a, wird alles korrekt angezeigt..
wie kann ich ändern, daß es nicht mehr in reiner Schriftform, sondern gleich korrekt mit Icon angezeigt wird?
Ausschnitt aus der CSS:
vielen DankCode:#left_content a.mainlevel { padding: 0px; margin: 0px; } #left_content a.mainlevel:link, #left_content a.mainlevel:visited { font-size: 12px; height: 30px; line-height: 30px; background: transparent url(../images/icongreen.gif) center left no-repeat; border-bottom: 0px solid #ccc; width: 146px; padding: 0px 35px; display: block; } #left_content a.mainlevel:hover, #left_content #active_menu { font-size: 12px; height: 30px; line-height: 30px; background: transparent url(../images/iconorg.gif) center left no-repeat; border-bottom: 0px solid #ccc; width: 146px; padding: 0px 35px; display: block; } #left_content a.sublevel:link, #left_content a.sublevel:visited { font-size: 12px; height: 30px; line-height: 30px; background: transparent url(../images/iconorg.gif) center left no-repeat; border-bottom: 0px solid #ccc; width: 146px; padding: 0px 40px; display: block; } #left_content a.sublevel:hover #left_content #active_menu { font-size: 12px; height: 30px; line-height: 30px; background: transparent url(../images/icongreen.gif) center left no-repeat; border-bottom: 0px solid #ccc; width: 146px; padding: 0px 40px; display: block; } ul, li { }
Tazzi


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen