welcher weiße Hintergrund soll den weg?
wenn hinter Willkommen usw., dann hier den backgrund löschen
article {
[COLOR=Red] background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);[/COLOR]
float: left;
overflow: hidden;
position: relative;
width: 499px;
z-index: 3;
}
oder
rgba(255, 255, 255, 0.85)
durch
ersetzen
wenn es um die Sprachbuttons geht dann hier
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
[COLOR=Red]background: none repeat scroll 0 0 #FFFFFF;[/COLOR]
color: #444444;
height: auto;
line-height: 1em;
padding: 3px 10px;
}
langua...v=2.4.0 (Zeile 118)
#lang_sel_list a, #lang_sel_list a:visited {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
[COLOR=Red]background: none repeat scroll 0 0 #FFFFFF;[/COLOR]
border-color: #CDCDCD;
border-style: solid;
border-width: 0 1px 1px;
color: #444444;
display: block;
font-size: 11px;
line-height: 18px;
padding-left: 10px;
text-decoration: none !important;
}
Alles anzeigen
Zitat
die color: #fff hatte ich schon geändert... passiert nix
color ist die Schriftfarbe :wink: