-
Notifications
You must be signed in to change notification settings - Fork 792
Expand file tree
/
Copy pathframe-desc.html
More file actions
30 lines (23 loc) · 1 KB
/
frame-desc.html
File metadata and controls
30 lines (23 loc) · 1 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
<!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 frame layout example</title>
</head>
<body>
<h1>Long description for frame layout example</h1>
<P>This diagram illustrates a frame-like layout with 'position:
fixed'.
<P>The illustration shows a four-panel frameset. The
top panel ("header") covers the entire width of the frameset and
takes up 15% of the vertical space. Below it on the left
is the "sidebar", which is 10em wide; it's height is automatically
calculated. To the right of the sidebar and below the header
is the "main" area, whose dimensions are computed based on
remaining available space. Finally, at the bottom, the "footer"
area is 100px high and covers the entire width of the frameset.
<P>Each area is labeled and dimensions that are not 'auto' are
indicated.
<P><a href="../../visuren.html#img-frame">Return to image.</a>
</body>
</html>