OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <link rel="stylesheet" href="resources/default.css" /> | 4 <link rel="stylesheet" href="resources/default.css" /> |
5 <style> | 5 <style> |
6 table { | 6 table { |
7 border-spacing: 0px; | 7 border-spacing: 0px; |
8 background: red; | 8 background: red; |
9 } | 9 } |
10 | 10 |
(...skipping 31 matching lines...) Loading... |
42 <div class="absolute green" style="height: 450px; width: 450px; left
: 500px; top: 0px"></div> | 42 <div class="absolute green" style="height: 450px; width: 450px; left
: 500px; top: 0px"></div> |
43 </td> | 43 </td> |
44 </tr> | 44 </tr> |
45 </table> | 45 </table> |
46 <script> | 46 <script> |
47 // Make sure we scroll to the bottom of the page. | 47 // Make sure we scroll to the bottom of the page. |
48 window.scrollTo(950, 1250); | 48 window.scrollTo(950, 1250); |
49 </script> | 49 </script> |
50 </body> | 50 </body> |
51 </html> | 51 </html> |
OLD | NEW |