summaryrefslogtreecommitdiff
path: root/legacy/works/absolute-container-assertion.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/absolute-container-assertion.html')
-rw-r--r--legacy/works/absolute-container-assertion.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/legacy/works/absolute-container-assertion.html b/legacy/works/absolute-container-assertion.html
new file mode 100644
index 0000000..a6785c7
--- /dev/null
+++ b/legacy/works/absolute-container-assertion.html
@@ -0,0 +1,21 @@
+<html>
+<head>
+<title>Public Advisory: 10.17.06 // iDefense Labs</title>
+<style type="text/css">
+#div_anchor {
+ position: absolute;
+ top: 0px;
+ left: 0px;
+}
+
+html { /* Use this for forcing vertical scrollbars in FF */
+ overflow: scroll;
+ margin-bottom: -20px;
+}
+
+</style>
+</head>
+<body>
+<div id="div_anchor"></div>
+</body>
+</html>