in meinem Forum wird die bg_tabs1.gif, bg_tabs2.gif, bg_menu.gif und bg_menu_rtl.gif nicht mehr im Menü vom Persönlichen- und Moderatiosbereich angezeigt. Bzw. das gesamte Menü ist halt nur noch Text. Aber seht selbst
[ externes Bild ].
Die Dateien sind vorhanden. Das Board läuft auf Version 3.0.8 und ich verwende ein abgeändertes Prosilver Design
Mein betreffender Code in der colours.css
Code: Alles auswählen
/* CP tabbed menu
----------------------------------------*/
#tabs a {
background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif");
}
#tabs a span {
background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif");
color: #536482;
}
#tabs a:hover span {
color: #BC2A4D;
}
#tabs .activetab a {
border-bottom-color: #CADCEB;
}
#tabs .activetab a span {
color: #333333;
}
#tabs .activetab a:hover span {
color: #000000;
}
/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
background-color: #E1EBF2;
}
#minitabs li.activetab {
background-color: #F9F9F9;
}
#minitabs li.activetab a, #minitabs li.activetab a:hover {
color: #333333;
}
/* UCP navigation menu
----------------------------------------*/
/* Link styles for the sub-section links */
#navigation a {
color: #333;
background-color: #B2C2CF;
background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
}
.rtl #navigation a {
background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.gif");
background-position: 0 100%;
}
#navigation a:hover {
background-image: none;
background-color: #aabac6;
color: #BC2A4D;
}
#navigation #active-subsection a {
color: #D31141;
background-color: #F9F9F9;
background-image: none;
}
#navigation #active-subsection a:hover {
color: #D31141;
}
Vielen Dank schon mal für eure Hilfe.