I've got a problem with scrolling pages.
The page I'm referring to is www.theatre-fencing.ru It has got a lot of image elements including ones with "position:fixed"
Main content is on a table under theese images and div's.
Trouble is that the only way I can scroll it is with a mouse wheel while hovering mouse over content (not over the fixed elements)
I'm trying to use javascript to scroll, but it doesn't work. It seems like anything.scrollBy(...) seems to have no visible effect.
(...).scroll(...) - no effect as well.
Can anyone tell me what am I doing wrong?
|