Tue Nov 08, 2011 11:46 pm
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Set position of background image</title>
<style type="text/css">
body {
background-image: url(1.jpg);
background-position: 100px 75px;
margin: 5px;
}
</style>
</head>
<body>
<center>
<p>
This is an example of changing the background image position.!!!
</p>
</center>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.