summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/frameset-width/bl.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/haveproblems/frameset-width/bl.html')
-rw-r--r--legacy/haveproblems/frameset-width/bl.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/legacy/haveproblems/frameset-width/bl.html b/legacy/haveproblems/frameset-width/bl.html
new file mode 100644
index 0000000..8bb7193
--- /dev/null
+++ b/legacy/haveproblems/frameset-width/bl.html
@@ -0,0 +1,15 @@
+<html>
+<body>
+Bottom left
+
+<div style="background:#fcc; margin:1em; padding:1em;">
+
+<p>There is a frameset with two rows and two columns. The bottom right location is another frameset with two frames in it.</p>
+
+<p>The left column of the outer frameset has a fixed width of 800px and the right column uses the remaining space.</p>
+
+<p>When the window width is reduced to less than 800px, the entire bottom row of frames disappears. The top row is fine.</p>
+
+</div>
+</body>
+</html> \ No newline at end of file