I've got this problem with this page-

http://dev.gelatincube.com/pequodv4/srv_casestudies.php

In order to get the footer to stick to the bottom and for the design  
to fill the entire browser portal vertically. I'm employing a single  
table for layout purposes set to height: 100%. I've set HTML, BODY,  
and two containing divs to height: 100% also to achieve the effect.  
The problem arises on this page when the user clicks some of the list  
items in the center of the page. Using some javascript/DOM  
manipulation, I am causing list items to appear and disappear  
(display: block; display: none). The problem is seen when the user's  
browser port is short enough such that the "exploding" content goes  
below the bottom of the page. Normally the page would stretch  
vertically to accomodate this, but this isn't happening properly. Is  
there some CSS or Javascript that would correct this? It seems like  
once height is set for the page, the appearance of newly revealed  
items in the page are not forcing the page to resize taller. I'd  
prefer not to use a solution like Blue man Alt Footer Stick which  
I've implemented elsewhere with some problems. Thanks for any help.

~Ben
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to