|
1 | 1 | <!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'> |
2 | 2 |
|
3 | 3 | <html lang="en"> |
4 | | -<!-- $Id: box.src,v 1.64 2007-03-07 16:42:17 bbos Exp $ --> |
| 4 | +<!-- $Id: box.src,v 1.65 2007-04-25 02:02:32 bbos Exp $ --> |
5 | 5 | <HEAD> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
7 | 7 | <TITLE>Box model</TITLE> |
@@ -51,17 +51,25 @@ href="visudet.html#Computing_widths_and_margins">width</a> and <a |
51 | 51 | href="visudet.html#Computing_heights_and_margins">height</a> |
52 | 52 | of the box, which often depend on the element's <a |
53 | 53 | href="conform.html#rendered-content">rendered content</a>. |
| 54 | +The four content edges define the |
| 55 | +box's <span class="index-def">content box</span>. |
54 | 56 | <dt><span class="index-def" title="padding edge"><a name="padding-edge"><strong>padding edge</strong></a></span> |
55 | 57 | <dd>The padding edge surrounds the box padding. If the padding |
56 | 58 | has 0 width, the padding edge is the same as the content edge. |
| 59 | +The four padding edges define the |
| 60 | +box's <span class="index-def">padding box</span>. |
57 | 61 | <dt><span class="index-def" title="border edge"><a name="border-edge"><strong>border edge</strong></a></span> |
58 | 62 | <dd>The border edge surrounds the box's border. If the border |
59 | 63 | has 0 width, the border edge is the same as the padding edge. |
| 64 | +The four border edges define the box's <span class="index-def">border |
| 65 | +box</span>. |
60 | 66 | <dt><span class="index-def" title="margin edge"><a name="margin-edge"><strong>margin edge</strong></a></span> |
61 | 67 | or <span class="index-def" title="outer edge"><a name="outer-edge"><strong>outer |
62 | 68 | edge</strong></a></span> |
63 | 69 | <dd>The margin edge surrounds the box margin. If the margin |
64 | 70 | has 0 width, the margin edge is the same as the border edge. |
| 71 | +The four margin edges define the box's <span class="index-def">margin |
| 72 | +box</span>. |
65 | 73 | </dl> |
66 | 74 |
|
67 | 75 | <P>Each edge may be broken down into a top, right, bottom, and left |
|
0 commit comments