Hallo!
Ich möchte 2 Bilder an 2 verschiedenen stellen im HIntergrund einbauen!
Ein Bild geht super mit
.mainBackground {
background-attachment: fixed;
background-image: url(../images/muster3.gif);
background-repeat: no-repeat;
background-position: right top;
}
und das zweite Bild müsste anhand dieses codes so eingebaut sein
background-attachment: fixed;
background-image: url(../images/muster2.gif);
background-repeat: no-repeat;
background-position: left bottom;
Leider wird mir nur ein Bild angezeigt
Gibts da eine LÖsung??
Danke
MIcha
Ich möchte 2 Bilder an 2 verschiedenen stellen im HIntergrund einbauen!
Ein Bild geht super mit
.mainBackground {
background-attachment: fixed;
background-image: url(../images/muster3.gif);
background-repeat: no-repeat;
background-position: right top;
}
und das zweite Bild müsste anhand dieses codes so eingebaut sein
background-attachment: fixed;
background-image: url(../images/muster2.gif);
background-repeat: no-repeat;
background-position: left bottom;
Leider wird mir nur ein Bild angezeigt
Gibts da eine LÖsung??
Danke
MIcha