| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <title>CSS 2.1 Test Suite: Floating Elements</title> |
| img { background: red; color: yellow; } |
| .control { padding: 1em; } |
| .control img { width: 10em; height: 1em; display: block; } |
| .control img.right { margin-left: 5em; } |
| .test { width: 15em; margin: 1em; } |
| .test div { margin: 0; padding: 0; background: red; } |
| .test img { width: 10em; height: 1em; } |
| .test img.left { float: left; } |
| .test img.right { float: right;} |
| <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats"> |
| <p>The two patterns below should be identical, with no red present.</p> |
| <img alt="FAIL: You need image support for this test." src="support/square-teal.png" class="left"> |
| <img alt="FAIL: You need image support for this test." src="support/square-purple.png" class="right"> |
| <img alt="FAIL: You need image support for this test." src="support/square-teal.png" class="left"> |
| <img alt="FAIL: You need image support for this test." src="support/square-purple.png" class="right"> |