1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test: Box centering with 'margin-left' and 'margin-right' set to auto
</title>
5 <link rel=
"author" title=
"Microsoft" href=
"http://www.microsoft.com/">
6 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/visudet.html#blockwidth">
7 <meta name=
"flags" content=
"ahem">
8 <script src=
"../../resources/ahem.js"></script>
9 <meta name=
"assert" content=
"When 'margin-left' and 'margin-right' are set to auto and the element has a 'width' then the box will be centered.">
10 <style type=
"text/css">
19 background-color: orange
;
22 border-width: 0 0.25in;
37 <p>Test passes if the blue and orange boxes are the same width and the blue box is directly below the orange box.
</p>
40 <div id=
"div3">X
</div>