Mon Feb 27, 2012 11:18 pm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>background-position-x & y</title>
<style type='text/css'>
body {
background-image: url("site_logo.gif");
background-position-x:400px;
background-position-y:400px;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<p>
Set the background x and y position.
</p>
</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.