:: Forum >>

Page Scrollbar

Hi guys, I've noticed that if the page is big enough when using a grid, the bottom of the html is not visible, but no scrollbar is displayed. It seems like the window is not realizing about the real size of the page when using these js tables.

Has anyone found this problem and how to fix it?

Thanks in advance.

Vicente
Tuesday, October 4, 2005
I have never seen this behavior. Check to ake sure that the <Body tag does not have overfow=hidden set. I use overflow=hidden to explicitly hide the scroll bars. By default, IE always shows a vertical scroll bar and shows the horizontal one if the info is too long. If set to hidden, the overflow information is simply not displayed.
Jim Hunter
Friday, October 7, 2005
keep the height 100%.
Monday, October 10, 2005
Most of v1 examples contain the following CSS (4th line from the top)

<style> body, html {margin:0px; padding: 0px; overflow: hidden;} </style>

It removes page margins and hides scrollbar.
Alex (ActiveWidgets)
Monday, October 10, 2005

This topic is archived.


Back to support forum

Forum search