Page won't scroll

They have: 7 posts

Joined: Dec 2002

OK, I have NO idea what I've done, but something that I've done is causing my page to not scroll when there's content off the bottom of the screen. I can't for the life of me figure out why it's doing that, and I've never actually seen anything like it before. Any help would be appreciated. For some reason, I have a feeling it may have something to do with some JavaScript/DHTML stuff from the menu bar that I'm using on the site, but I'm not exactly sure if that's it or not. The site is here . Thanks in advance for any advice.

::YEX::
<)))><
John 16:32-33

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

Troubleshooting tips (because going through someone else's DHTML menu is an arduous task and it's better that you figure it out on your own, anyway).

1. Make a test page
2. Remove the dhtml menu
3. test -- if the scroll works, it's the menu. If not, put it back and remove something else you've added that you don't understand.

If it's the menu, you can go to the author of the menu and explain the problem and hope they can fix it, or you can go through the menu looking for things that prevent scrolling, such as clipping (in the CSS).

Abhishek Reddy's picture

He has: 3,348 posts

Joined: Jul 2001

Here's why:

body
{font-family: Arial, Tahoma, Verdana, Helvetica
;font-size: 9pt
;font-weight: normal
;color: #000000
;background: #FFFFFF
;<strong>overflow: hidden</strong>}
'
in apex20.css

Either delete the overflow:hidden part or make it overflow:visible.

Wink

They have: 7 posts

Joined: Dec 2002

WOOPS!! That was it. MAN I feel stupid now....I can't believe I missed that. Thanks for pointing it out though. Much appreciated. Regards...

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.