|
3 | 3 | <head> |
4 | 4 | <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> |
5 | 5 |
|
6 | | - <title>Long description for change bar</title> |
| 6 | + <title>Long description for change bar example</title> |
7 | 7 | </head> |
8 | 8 |
|
9 | 9 | <body> |
10 | | - <h1>Long description for change bar</h1> |
| 10 | + <h1>Long description for change bar example</h1> |
11 | 11 |
|
12 | | -<P>This diagram illustrates the use of floats to create a changebar |
13 | | -effect. |
| 12 | +<P>This diagram illustrates the use of absolute positioning to create |
| 13 | +a changebar effect. The changebar (represented by two hyphens in the |
| 14 | +image) appears in the 10px space to the left of the paragraph. |
14 | 15 |
|
15 | | -<P> |
| 16 | +<P>The illustration shows a vertical line that represents the |
| 17 | +left edge of the paragraph's containing block. The paragraph |
| 18 | +text (in black) is shifted 10px from this edge (shown in |
| 19 | <
7E53
code class="diff-text syntax-highlighted-line addition">+ the diagram). The change bars (two red hyphens) appear to the |
| 20 | +left of the word "THIS", which begins the fourth line |
| 21 | +of text. |
| 22 | + |
| 23 | +<P>The following PRE element simulates the example. |
| 24 | +Vertical bars represent the left containing block edge.</p> |
16 | 25 |
|
17 | | -A document window is shown, with 4 lines of text: |
18 | 26 | <PRE> |
19 | | - I used two red hyphens to serve |
20 | | - as a change bar. They will "float" |
21 | | - to the left of the line containing |
22 | | ---THIS word. |
| 27 | +| I used two red hyphens to serve |
| 28 | +| as a change bar. They will "float" |
| 29 | +| to the left of the line containing |
| 30 | +| --THIS word. |
23 | 31 | </PRE> |
24 | 32 |
|
25 | | -<P>The default color of text is black. |
26 | | -"--" appears in red, offset to the left of the normal text flow. |
| 33 | +<P><a href="../../visuren.html#img-flow-changebar">Return to image.</a> |
27 | 34 |
|
28 | 35 | </body> |
29 | 36 | </html> |
0 commit comments