Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
michael@0 | 2 | <style type="text/css"> |
michael@0 | 3 | |
michael@0 | 4 | .multicol { |
michael@0 | 5 | margin: 1em; |
michael@0 | 6 | border: solid silver; |
michael@0 | 7 | width: 500px; |
michael@0 | 8 | -moz-column-width: 100px; |
michael@0 | 9 | -moz-column-gap: 0; |
michael@0 | 10 | height: 100px; |
michael@0 | 11 | position: relative; |
michael@0 | 12 | } |
michael@0 | 13 | |
michael@0 | 14 | #clear { |
michael@0 | 15 | top: 50px; |
michael@0 | 16 | border-top: 4px solid orange; |
michael@0 | 17 | width: 100%; |
michael@0 | 18 | position: absolute; |
michael@0 | 19 | z-index: -1; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | .float { |
michael@0 | 23 | border: aqua 30px; |
michael@0 | 24 | border-style: none solid; |
michael@0 | 25 | height: 300px; |
michael@0 | 26 | } |
michael@0 | 27 | |
michael@0 | 28 | .pad { |
michael@0 | 29 | padding-top: 50px; |
michael@0 | 30 | } |
michael@0 | 31 | </style> |
michael@0 | 32 | |
michael@0 | 33 | <body> |
michael@0 | 34 | |
michael@0 | 35 | <div class="multicol"> |
michael@0 | 36 | <div id="clear"></div> |
michael@0 | 37 | <div class="pad"></div> |
michael@0 | 38 | <div class="float"> </div> |
michael@0 | 39 | </div> |