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 | <title></title> |
michael@0 | 5 | |
michael@0 | 6 | </head> |
michael@0 | 7 | |
michael@0 | 8 | <body style="width: 1000px; margin: 0; padding: 0"> |
michael@0 | 9 | <table cellpadding="0" cellspacing="0" align="center"> |
michael@0 | 10 | <tr> |
michael@0 | 11 | <td> |
michael@0 | 12 | <div style="background:red; WIDTH: 400px; height:400px;"></div> |
michael@0 | 13 | <div id="x" style="width: 0px"></div> |
michael@0 | 14 | |
michael@0 | 15 | </td> |
michael@0 | 16 | </tr> |
michael@0 | 17 | </table> |
michael@0 | 18 | <div style="position: absolute; top: 0; left: 300px; height: 400px; width: 400px; background: green; opacity: 0.9"></div> |
michael@0 | 19 | |
michael@0 | 20 | <br/> |
michael@0 | 21 | |
michael@0 | 22 | <div style="text-align: center;"> |
michael@0 | 23 | <form method="get" action="#"> |
michael@0 | 24 | <input onclick="return false;" value="Trigger Bug" type="button" /> |
michael@0 | 25 | </form> |
michael@0 | 26 | </div> |
michael@0 | 27 | |
michael@0 | 28 | </body> |
michael@0 | 29 | </html> |