| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <title>CSS 2.1 Test Suite: margin-right</title> |
| .seven { font: 15px/1 Ahem; margin: 1em 2em; width: 5em; } |
| .seven p { background: yellow; color: lime; } |
| .seven span { margin-right: -4em; background: red; color: orange; } |
| <link title="8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" rel="help"> |
| <p class="criteria">The following two bars should be identical:</p> |
| <p><span>xx</span> xx</p> |
| <img alt="" src="support/swatch-white.png"><img alt="" src="support/swatch-lime.png"><img alt="" src="support/swatch-lime.png"><img alt="" src="support/swatch-orange.png"><img alt="" src="support/swatch-yellow.png"><img alt="" src="support/swatch-yellow.png"><img alt="" src="support/swatch-yellow.png"> |