background-position : background position : CSS Attributes and Javascript Style Properties HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » background position »

 

background-position


 


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

</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» background position