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