1 2 3 4 5 6 7 8
div { background-image: url(foo.png); background-position: 50%; } span { background-image: url(bar.png); background-position: 100%; }