da hast wohl beim basteln ein paar Fehler eingebaut :grin:
entferne jeweils das rot markierte
[COLOR=Red]#access ul ul, [/COLOR]#access2 ul ul {
background: none repeat scroll 0 0 #333333;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
display: none;
float: left;
left: 0;
margin: 0;
padding: 0 0 8px;
top: 3.333em;
width: auto;
z-index: 1000;
}
#access ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
left: 0;
margin: 0;
position: absolute;
[COLOR=Red]top: 3.333em;[/COLOR]
width: 188px;
z-index: 1000;
}
Alles anzeigen
wobei ich den Sinn von "access2" auch nicht verstehe, eigentlich kann dieser komplette Teil weg
[COLOR=Red]#access ul ul, #access2 ul ul {
background: none repeat scroll 0 0 #333333;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
display: none;
float: left;
left: 0;
margin: 0;
padding: 0 0 8px;
top: 3.333em;
width: auto;
z-index: 1000;[/COLOR]
}
Alles anzeigen
zumindest ändert sich an deiner Seite nichts, außer das das Menü wieder funktioniert
Zitat
Wo kann man eigentlich diese Doppelpfeile entfernen
in den entsprechenden Dateien nach
<span class="sf-sub-indicator"> »</span>
suchen und entfernen
als Notlösung dies
.sf-sub-indicator {
display: none;
}
in die style.css einfügen