|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 1.49 1997-12-12 00:56:23 howcome Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 1.50 1997-12-12 01:19:58 howcome Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Visual rendering model</TITLE> |
@@ -242,7 +242,7 @@ section</A>. |
242 | 242 |
|
243 | 243 | <li>'absolute': The box generated for this element will be given an |
244 | 244 | absolute position (and possibly size) with respect to the <a |
245 | | -href="flowobj2#containing-block">containing block</A>. Absolutely |
| 245 | +href="flowobj2.html#containing-block">containing block</A>. Absolutely |
246 | 246 | positioned elements are described in a <a |
247 | 247 | href="#absolute-positioning">separate section</A>. |
248 | 248 |
|
@@ -971,7 +971,7 @@ bottom of each page. |
971 | 971 |
|
972 | 972 | <div class="example"> |
973 | 973 |
|
974 | | -<P>Using fixed positioning, a presentation similar to "frames" can be |
| 974 | +<P>Using fixed positioning, presentations similar to "frames" can be |
975 | 975 | achieved. Consider this example: |
976 | 976 |
|
977 | 977 | <PRE> |
@@ -1047,7 +1047,7 @@ achieved. Consider this example: |
1047 | 1047 | <DIV ID=footer> ... </DIV> |
1048 | 1048 | </BODY> |
1049 | 1049 | </PRE> |
1050 | | - |
| 1050 | +</DIV> |
1051 | 1051 |
|
1052 | 1052 | <H2><a name="comparison">Comparison of normal, relative, floating, absolute positioning</a></H2> |
1053 | 1053 | <P>To illustrate the relationship between normal flow, relative |
|
0 commit comments