实例代码“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
}
11
</style>
12
</head>
13
14
<body>
15
<p>The background-image is fixed. Try to scroll down the page.</p>
16
<p>The background-image is fixed. Try to scroll down the page.</p>
17
<p>The background-image is fixed. Try to scroll down the page.</p>
18
<p>The background-image is fixed. Try to scroll down the page.</p>
19
<p>The background-image is fixed. Try to scroll down the page.</p>
20
<p>The background-image is fixed. Try to scroll down the page.</p>
21
<p>The background-image is fixed. Try to scroll down the page.</p>
22
<p>The background-image is fixed. Try to scroll down the page.</p>
23
<p>The background-image is fixed. Try to scroll down the page.</p>
24
<p>The background-image is fixed. Try to scroll down the page.</p>
25
<p>The background-image is fixed. Try to scroll down the page.</p>
26
<p>The background-image is fixed. Try to scroll down the page.</p>
27
<p>The background-image is fixed. Try to scroll down the page.</p>
28
<p>The background-image is fixed. Try to scroll down the page.</p>
29
<p>The background-image is fixed. Try to scroll down the page.</p>
30
</body>
31
32
</html>
33