| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| <title>CSS Test: Absolutely positioned non-replaced elements with left, width, right and margin-left not auto</title> |
| <link rel="author" title="Microsoft" href="http://www.microsoft.com/"> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width"> |
| <meta name="flags" content="ahem"> |
| <meta name="assert" content="If 'left', 'width', 'right' and 'margin-left' are all not 'auto' and 'margin-right' is 'auto', then solve the equation for 'margin-right'."> |
| /* left + margin-left + border-left-width + padding-left + width + padding-right + border-right-width + margin-right + right = width of containing block */ |
| /* 1in + 1in + 0 + 0 + 1in + 0 + 0 + solve + 1in = 3in */ |
| margin-right: auto; /* value is solved to -1 */ |
| <p>Test passes if the blue square is in the upper-right corner of the black rectangle and there is no red visible on the page.</p> |
| <div id="containingblock"> |