It's difficult to say without having the CSS;
one thing I'd try straight away would be to include Eric Meyer's CSS Reset stylesheet, which is specially designed to reduce inconsistencies in the way different browsers display websites. You can get it here: http://meyerweb.com/eric/tools/css/reset/
If that fails, please post the CSS code here and I'll have a look and try and work out what the problem is...
Hmm that didn't work
So here comes my css that is connected to this sub-page where the scroll doesn't work properly in chrome and now I just checked it also doesn't work in safari, but it might be the same problem, so if I solve it, it's probably going to work both places:
OK, I just used wget to download a copy of your entire site so that I'd have a local copy of the source code to work with; I've spotted the problem. You need to include height and width data for your images, otherwise some browsers won't allocate any additional space for them in the scroller.
You're welcome, glad to be of assistance. It's a Linux/Unix downloading tool called wget that I used: http://www.linuxjournal.com/content/...-web-site-wget - it comes in handy from time-to-time. You can probably get it working on a Mac, or on Windows via use of Cygwin...
I initially tried to figure out what was going on just through looking at the HTML, but your site refers on a fair few linked in JavaScript files and images, so it was easier to just instruct wget to grab the lot so I could experiment with it on my laptop...
Bookmarks