实例代码:
<!doctype html>
<head>
<meta charset="utf-8">
<style>
body{
background-image:url(img/beijing2.jpge);
background-repeat:no-repeat;
background-attachment:fixed;
background-position;100px 50px;
}
</style>
</head>
<html>
<body>
<p>这是一个用像素来定位背景图像的实例</p>
</body>
</html>
运行效果:
评论