Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
body {
background-image: url("/uploads/media/default/0001/02/55a2f152f59bf42a99b576d44a4578ec9daa0ab6.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 15%;
}
</style>
</head>
<body>
<h2>Ein Beispiel für background-position</h2>
<p>Das Hintergrundbild wird zu 50% von der linken Seite und zu 15% von der Oberseite des Elements positioniert.</p>
</body>
</html>