-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathoverflow1-desc.html
More file actions
28 lines (22 loc) · 1020 Bytes
/
overflow1-desc.html
File metadata and controls
28 lines (22 loc) · 1020 Bytes
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
<!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 example with unclipped overflow</title>
</head>
<body>
<h1>Long description for example with unclipped overflow</h1>
<P>This diagram illustrates how content may overflow a box.
<P>Two boxes are shown. The first one has a red border and is
labeled DIV. The upper left corner of the second box, labeled
BLOCKQUOTE, is positioned in the middle of the DIV box. The
BLOCKQUOTE box has a black dashed border and contains
the following text, attributed to Groucho Marx:
"I didn't like the play, but then again I saw it
under adverse conditions - the curtain was up." The BLOCKQUOTE
box overflows the DIV box to the right and below it. Since
the 'overflow' property on BLOCKQUOTE is 'visible', the overflowing
text remains visible.
<P><a href="../../visufx.html#img-overflow1">Return to image.</a>
</body>
</html>