inline-block-002.xht (2151B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" 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="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-10-08 --> 7 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/002.html" type="text/html"/> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width" /> 9 <meta name="flags" content="interact"/> 10 <style type="text/css"> 11 span { display: inline-block; 12 border: blue solid; color: silver; 13 margin: 0.5em; padding: 0.5em; } 14 </style> 15 </head> 16 <body> 17 <p> Make your window an inch or two bigger than than the width of 18 one inline-block: all inline-blocks should be the same size. Try 19 resizing the window so that inline-blocks wrap in one or two 20 columns. </p> 21 <p> 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 <span>this is an inline-block this is an inline-block this is an inline-block </span> 32 <span>this is an inline-block this is an inline-block this is an inline-block </span> 33 <span>this is an inline-block this is an inline-block this is an inline-block </span> 34 </p> 35 </body> 36 </html>