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 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <style type="text/css"> |
michael@0 | 5 | #a { |
michael@0 | 6 | height: 4em; |
michael@0 | 7 | background-color: green; |
michael@0 | 8 | overflow: hidden; |
michael@0 | 9 | } |
michael@0 | 10 | #a div{ |
michael@0 | 11 | position: absolute; |
michael@0 | 12 | top: 1em; left: 1em; |
michael@0 | 13 | background-color: lime; |
michael@0 | 14 | height: 7em; width: 7em; |
michael@0 | 15 | } |
michael@0 | 16 | </style> |
michael@0 | 17 | </head> |
michael@0 | 18 | <body> |
michael@0 | 19 | <div id="a"> |
michael@0 | 20 | <div></div> |
michael@0 | 21 | </div> |
michael@0 | 22 | <textarea></textarea> |
michael@0 | 23 | </body> |
michael@0 | 24 | </html> |