Om nah hoo pez nyeetz, Matthias Apsel!
foo {
background: url(transparentes Bild) repeat ... hsla(0, 0%, 75%, 0.25);
background: hsla(0, 0%, 75%, 0.25);
}
Korrektur:
foo {
background: url(transparentes Bild) repeat ... transparent;
background: hsla(0, 0%, 75%, 0.25);
}
Matthias