Code: Alles auswählen
.test {
z-index: 3;
background-image:url(bild.gif);
background-attachment: fixed;
position: fixed;
top: 80px;
left: 60px;
width: 234px;
height: 61px;
}
Es gibt also entweder ein Problem mit Firefox/Mozilla wenn ich background-attachment: fixed; hinschreibe und es gibt ein Problem mit Opera wenn ich dies Zeile weglasse.
Gibt es dazu eine Lösung?