-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathflow-static-desc.html
More file actions
38 lines (30 loc) · 1.08 KB
/
flow-static-desc.html
File metadata and controls
38 lines (30 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title>Long description for flow static</title>
</head>
<body>
<h1>Long description for flow static</h1>
<P>This diagram illustrates the effects of absolutely positioning a
box with respect to a coordinate system established by a normally
positioned parent.
<P>
A document window is shown, with 8 lines numbered 1 to 8. Line height
is 24px. Five lines of text are displayed, occupying line 1 to 3 and 5,6
(forming a box starting at coordinate (-130,200), that is, outside the
normal frame of the document window, extending to the left of it.
<PRE>
Beginning of body contents. Start
of outer contents. End of outer
contents. End of body contents.
Inner
contents.
</PRE>
<P>The default color of text is black.
"Start of outer contents" is red.
The "nts" in "Inner contents" is blue. (supposedly, the rest is
invisible since out of the document viewport).
"End of outer contents" is red.
</body>
</html>