summaryrefslogtreecommitdiff
path: root/legacy/works/absolute-position-table.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/absolute-position-table.html')
-rw-r--r--legacy/works/absolute-position-table.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/legacy/works/absolute-position-table.html b/legacy/works/absolute-position-table.html
new file mode 100644
index 0000000..7f168c6
--- /dev/null
+++ b/legacy/works/absolute-position-table.html
@@ -0,0 +1,11 @@
+<html>
+<body>
+
+<table style="position:absolute"><tr><td>
+
+<div style="position:absolute;">test</div>
+
+</td></tr></table>
+
+</body>
+</html>