layout/reftests/pagination/dynamic-abspos-overflow-01-cols.ref.xhtml

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 3 <head>
michael@0 4 <title>Multi-column Layout: AbsPos Pagination (Interlaced Dynamic Height)</title>
michael@0 5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
michael@0 6 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-height-property"/>
michael@0 7 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units"/>
michael@0 8 <style type="text/css">
michael@0 9 html {
michael@0 10 background: white;
michael@0 11 }
michael@0 12
michael@0 13 #colset {
michael@0 14 position: relative;
michael@0 15 padding-top: 1px;
michael@0 16 width: 300pt;
michael@0 17 height: 2in;
michael@0 18 border: silver 2pt;
michael@0 19 border-style: none solid;
michael@0 20 }
michael@0 21
michael@0 22 .centerline {
michael@0 23 margin: 0 auto;
michael@0 24 bottom: 0;
michael@0 25 position: absolute;
michael@0 26 width: 8px;
michael@0 27 background: aqua;
michael@0 28 }
michael@0 29 #c1 {
michael@0 30 height: 96pt;
michael@0 31 right: 200pt;
michael@0 32 left: 0;
michael@0 33 }
michael@0 34 #c2 {
michael@0 35 height: 120pt;
michael@0 36 right: 100pt;
michael@0 37 left: 100pt;
michael@0 38 }
michael@0 39 #c3 {
michael@0 40 height: 144pt;
michael@0 41 right: 0;
michael@0 42 left: 200pt;
michael@0 43 }
michael@0 44
michael@0 45 #redline {
michael@0 46 border-top: 8px solid lime;
michael@0 47 margin-top: 1in;
michael@0 48 position: relative;
michael@0 49 }
michael@0 50
michael@0 51 #dynamo {
michael@0 52 position: relative;
michael@0 53 margin: -8px auto -8px;
michael@0 54 width: 8px;
michael@0 55 border-top: 8px solid orange;
michael@0 56 }
michael@0 57
michael@0 58 </style>
michael@0 59 </head>
michael@0 60 <body>
michael@0 61 <p>There must be a single green line with an orange square where
michael@0 62 it intersects with the middle aqua line, and no red. The following
michael@0 63 links must move the orange square to the intersection with the
michael@0 64 indicated aqua line:</p>
michael@0 65 <p>
michael@0 66 <a href="asdljlwjerlk-unvisited">Left</a>
michael@0 67 <a href="asdljlwjerlk-unvisited">Center</a>
michael@0 68 <a href="asdljlwjerlk-unvisited">Right</a>
michael@0 69 </p>
michael@0 70 <div id="colset">
michael@0 71 <div class="centerline" id="c1"></div>
michael@0 72 <div class="centerline" id="c2"></div>
michael@0 73 <div class="centerline" id="c3"></div>
michael@0 74 <div id="redline"></div>
michael@0 75 <div id="dynamo"></div>
michael@0 76 </div>
michael@0 77 </body>
michael@0 78 </html>

mercurial