background-position: left
<html> <head> <title>Background position left</title> <style> body {background-color: cyan; background-image: url(http://www.java2s.com/style/logo.png); background-repeat: repeat-x; background-position: left;} </style> </head> <body> </body> </html>