rowlines-3-2-ref.html 866 B

12345678910111213141516171819202122232425262728293031323334
  1. <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>mtable frame</title>
  6. <!-- Copyright (c) 2011 Design Science, Inc.
  7. License: Apache License 2.0 -->
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  9. </head>
  10. <body>
  11. <div style="position: absolute; top: 5px; left: 5px;">
  12. <math>
  13. <mtable width="150px" rowlines="solid">
  14. <mtr>
  15. <mtd><mspace></mspace></mtd>
  16. </mtr>
  17. <mtr>
  18. <mtd><mspace></mspace></mtd>
  19. </mtr>
  20. </mtable>
  21. </math>
  22. </div>
  23. <div style="position: absolute; top: 5px; left: 0px;
  24. width: 50px; height: 50px; background: red;"></div>
  25. <div style="position: absolute; top: 5px; left: 112px;
  26. width: 50px; height: 50px; background: red;"></div>
  27. </body>
  28. </html>