1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html lang="en">
3 <head>
4 <title>CSS Test: inline-block: width</title>
5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
6 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/002.html" type="text/html">
7 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width">
8 <meta name="flags" content="interact">
9 <style type="text/css">
10 span { display: inline-block; border: solid; margin: 0.5em; padding: 0.5em; }
11 </style>
12 </head>
13 <body>
14 <p> Make your window an inch or two bigger than than the width of
15 one inline-block. All inline-blocks should be the same size. Try
16 resizing the window so that inline-blocks wrap in one or two
17 columns. </p>
18 <p>
19 <span>this is an inline-block this is an inline-block this is an inline-block </span>
20 <span>this is an inline-block this is an inline-block this is an inline-block </span>
21 <span>this is an inline-block this is an inline-block this is an inline-block </span>
22 <span>this is an inline-block this is an inline-block this is an inline-block </span>
23 <span>this is an inline-block this is an inline-block this is an inline-block </span>
24 <span>this is an inline-block this is an inline-block this is an inline-block </span>
25 <span>this is an inline-block this is an inline-block this is an inline-block </span>
26 <span>this is an inline-block this is an inline-block this is an inline-block </span>
27 <span>this is an inline-block this is an inline-block this is an inline-block </span>
28 <span>this is an inline-block this is an inline-block this is an inline-block </span>
29 <span>this is an inline-block this is an inline-block this is an inline-block </span>
30 <span>this is an inline-block this is an inline-block this is an inline-block </span>
31 </p>
32 </body>
33 </html>