service for a better code



Hintergrundbilder platzieren (04)
Das Hintergrundbild wird nicht repetiert. Es wird plaziert.

body {
 	background-image: url(blumen.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom ;
}
«= CSS HOWTO