1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
4 <title>CSS Block Box Model: overconstrained horizontal box model and minimum widths
</title>
5 <style type=
"text/css">
6 .container { width: 3em; }
7 .test { margin-left: 2em; border-left: none
; padding-left: 0; width: auto
; padding-right: 0; border-right: none
; margin-right: 2em; }
8 .control { padding-left: 2em; }
9 div
{ font-size: xx-large
; }
13 <p>The following two vertical bars should be at the same horizontal position.
</p>
14 <div class=
"container">
15 <div class=
"test"><span>|
</span></div>
17 <div class=
"control"><span>|
</span></div>