2

I'm having a problem in Google Chrome that isn't happening in any other web browser.

Here is the website: shop.mischiefshoes.co.nz

Google Chrome won't scroll, no matter what I do. I've tried looking online for fixes but I can't seem to find anything.

Tips?

ЯegDwight
  • 24,821
  • 10
  • 45
  • 52

2 Answers2

3

It is because of position:fixed in div.footer if you remove it works fine and you can do some changes in it to make scroll and footer fixed same time.

And I change #bodywrapper { width:1025px;//from 1024px;} and it worked for me..

Arpit Srivastava
  • 2,249
  • 1
  • 16
  • 28
1

I doubt this is happening because of jQuery incompatibility with chrome or maybe because of positioning as stated by Arpit Srivastava.

Because when I zoomed the page in or out, it is working fine. And when I bring the page to normal state, then also it is working.Although after refreshing it is not working again.

You can also use Zoom property(CSS3) to overcome this problem. just give zoom:101%; to your body tag. I hope this will work.

Community
  • 1
  • 1
Mr_Green
  • 40,727
  • 45
  • 159
  • 271
  • @Michael R. J. Crosbie Try this one and tell me whether it is working or not. [link1](http://www.guidingtech.com/9751/mouse-scroll-not-working-how-to-scroll-chrome-firefox/) or [link2](http://www.pcgeekblog.com/2010/12/scroll-not-working-in-google-chrome.html). – Mr_Green Sep 24 '12 at 09:34
  • @Michael R. J. Crosbie Go through these links also [link1](http://stackoverflow.com/questions/4204864/jscrollpane-chrome-problem) [link2](http://stackoverflow.com/questions/4324563/jscroll-is-not-working-in-chrome-and-safari) [link3](http://stackoverflow.com/questions/3042651/jquery-scrolltop-not-working-in-chrome-but-working-in-firefox). – Mr_Green Sep 24 '12 at 09:51