The scroll will not work on a few pages of my site. I am not exactly sure why.
Here is an example of a page that does not work:
https://gmatanswers.com
While the scroll works fine here:
https://gmatanswers.com/posts
Everything seems to work fine on Firefox, it is just chrome.
Any help would be appreciated.
I had the same problem.
Try to disable Smooth Scroll on about:flags
Works for me.
Related
I´m using h:selectOneMenu
It works fine, but on Chrome I cant get the scroll bar to work properly.
If I rotate the mousewheel, it works fine, but if I click on the bar and try to move up/down, it doesn´t work.
On IE it works both ways.
Can someone please help me?
I read that it is a bug on chrome.
One cant scroll down a combobox field on chrome (32.0.1700.76 m) by clicking on the scroll bar. one has to use the mousewheel or arrows!!
as said in title, I am having problems with background-attachment:fixed in internet explorer.
Here is an example of my problem:
JsFiddle
As you can see, it works nicely in all browsers accept IE. What I have noticed is that if you disable smooth scrool, the jumping stops(Tools --> Internet options --> advance --> Browsing -->Smooth scrool), but the page does not look that nice. This is of coruse not a solution, because one can't explain to visitors to disable smooth scroll.
So...does anyone have any idea how to solve this?
This is a bug that Microsoft are working on. It's so bloody annoying
I'm working with a webview this time. I've got a strange behaviour here.
The overflow-x is set to hidden, and works just fine on browsers. But when it comes to any mobile device, it doesn't respect the overflow at all.
http://www2.madeinweb.com.br/jobs/adc/prototype/html/
This is the URL of it. If you try to open the menu, it will work as intended. But I can scroll the content I placed left. That doesn't happen on browsers.
I know I can fully disable scrolling with jQuery, but I can't find a proper way to disable just horizontal scrolling.
Any tips over it?
I've managed to tweak it out with touchmove. thanks no one for the answer
On my site http://stevengeorgeharris.com I have a fixed header, which scrolls down with the user. It works perfect in Firefox, Safari, ie, ipad, iphone but not CHROME. As I scroll down the header (#nav) disappears/jumps around then reappears further down. It seems to be when it scrolls over #info.
Can anyone help me debug it, tried for ages!
Get rid of the z-index on your video.
I tried your link in chrome and this is what I got while scrolling:
link
Try removing top and left, and use margin-top instead. This should work.
Having a slight problem with
http://jquery.com/demo/thickbox/
In IE8, the overlay window doesn't scroll when you scroll down in the browser. So if you click something at the bottom of the browser window, the overlay window pops up but at the top of the screen so you have to scroll back up. This only happens in IE8, all other browsers the overlay window follows. Help? Thanks
I had the same problem, but only when using <frames> or <iframes>. Being unable to correct the problem, along with a few other bugs, I decided switch to using Shadowbox http://www.shadowbox-js.com/. I found it to be ALOT more flexible. Just a suggestion. But as for the IE8 problem you reported, I never encountered the issue in a parent window, just when using frames.