From 1315b6e3f94beec5cb038c739025aa41f193eaeb Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 14 Jul 2011 11:34:13 -0400 Subject: [PATCH] this is how I'd like resizing to work --- tests/resize.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/tests/resize.html b/tests/resize.html index 2d2a02e..da47b5d 100644 --- a/tests/resize.html +++ b/tests/resize.html @@ -17,10 +17,17 @@ html, body { height: 100%; } + #div_g { + position: absolute; + left: 10px; + right: 10px; + top: 10px; + height: 250px; + } -
+
-- 2.7.4