实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
body
6
{ 
7
background-image:url('/upload/love/css.gif');
8
background-repeat:no-repeat;
9
background-attachment:fixed;
10
background-position:center; 
11
}
12
</style>
13
</head>
14
15
<body>
16
<p><b>Note:</b> For this to work in Firefox and Opera, the background-attachment property must be set to "fixed".</p>
17
</body>
18
</html>
19