Skip to main content
Inspiring
March 6, 2007
Question

Page Height Issue

  • March 6, 2007
  • 1 reply
  • 224 views
Hi All
I have an ASP page where at the top of this page there is dynamic content.
I want to have some static text at the bottom of the page, but of course the
dynamic content pushes the static content further down the page depending on
how much dynamic content there is.

How do you get around this ??

Thanks
Andy


This topic has been closed for replies.

1 reply

Inspiring
March 6, 2007
put the dynamic content in an element with fixed height and able to show
scrollbars if the contents overflow like a layer or iframe

Andy wrote:
> Hi All
> I have an ASP page where at the top of this page there is dynamic content.
> I want to have some static text at the bottom of the page, but of course the
> dynamic content pushes the static content further down the page depending on
> how much dynamic content there is.
>
> How do you get around this ??
>
> Thanks
> Andy
>
>