x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<style>
6
p.pos_fixed {
7
position: fixed;
8
top: 30px;
9
right: 5px;
10
}
11
</style>
12
</head>
13
<body>
14
15
<p class="pos_fixed">Some more text</p>
16
<p><b>注意:</b> IE7 和 IE8 支持只有一个 !DOCTYPE 指定固定值.</p>
17
<p>Some text</p>
18
<p>Some text</p>
19
<p>Some text</p>
20
<p>Some text</p>
21
<p>Some text</p>
22
<p>Some text</p>
23
<p>Some text</p>
24
<p>Some text</p>
25
<p>Some text</p>
26
<p>Some text</p>
27
<p>Some text</p>
28
<p>Some text</p>
29
<p>Some text</p>
30
<p>Some text</p>
31
<p>Some text</p>
32
<p>Some text</p>
33
</body>
34
</html>