Page 1 of 1

Scrolling with MAC

Posted: Mon Jan 19, 2004 7:51 pm
by rrumrill
I have a message board in php. Recently one of my users swiched to a MAC using OS X ver 10.2.7 and IE ver 5.0

When she goes to my board and scrolls down then releases the mouse the board goes back to the top.

This does not happen on other parts of my site where I do not use php and does not happen when she visits other sites.

I am stumped. Any thoughts? Is there something in PHP that may cause this to occur?

Posted: Mon Jan 19, 2004 9:43 pm
by Gen-ik
PHP is server-side so it doesn't have any direct effect on the browser.
It sounds like a client-side problem... are you using any kind of JavaScript scrolling functions?

Posted: Mon Jan 19, 2004 10:09 pm
by rrumrill
Funny you should mention that, I started looking for Javascript within my board and there are a few, I am trying to track down the offender now.

Posted: Tue Jan 20, 2004 8:19 am
by Gen-ik
You probably want to look for any JavaScript that has got either "onscroll" on "scrollTop" in it.