Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | |
michael@0 | 3 | <style> |
michael@0 | 4 | html, body {margin: 0; padding:5px} |
michael@0 | 5 | </style> |
michael@0 | 6 | |
michael@0 | 7 | <div style="position: relative; height: 100px; width: 100px;"> |
michael@0 | 8 | <div style="background: blue; position: absolute; top: 10px; width: 40px; height: 50px;"> |
michael@0 | 9 | </div> |
michael@0 | 10 | </div> |
michael@0 | 11 | |
michael@0 | 12 | <div style="position: relative; height: 100px; width: 100px;"> |
michael@0 | 13 | <div style="background: blue; position: fixed; left: 20px; width: 40px; height: 50px;"> |
michael@0 | 14 | </div> |
michael@0 | 15 | </div> |
michael@0 | 16 | |
michael@0 | 17 | <div style="overflow: auto; position: relative; height: 100px; width: 100px;"> |
michael@0 | 18 | <div style="background: blue; position: relative; width: 200px; height: 200px;"> |
michael@0 | 19 | </div> |
michael@0 | 20 | </div> |
michael@0 | 21 | |
michael@0 | 22 | <div style="overflow: auto; position: relative; height: 100px; width: 100px;"> |
michael@0 | 23 | <div style="background: blue; position: absolute; width: 200px; height: 200px;"> |
michael@0 | 24 | </div> |
michael@0 | 25 | </div> |