wheel scroll not working in ie 11 and Firefox - html

I'm using scroll bar for a drop box.From that I can able to scroll by click and drag scroll bar.But scroll bar not working in wheel scroll.I am facing this problem in IE 11 browser and Firefox browser,in chrome browser it is working fine.

Related

Removing Scroll on Mobile and I pad devices in wordpress designing

Create scroll on devices but while testing on Mozilla and chrome simulator don't create scroll please provide me solution to resolve scroll from all devices
http://projects.wbcomdesigns.com/vtc/all-courses

Scrolling overlay in safari not smooth as in chrome browser

I have a web page (a single article). When I open it in Apple Safari browser and try to scroll there are some flaws (it was not scrolling smoothly). When I try to scroll the same page in Google Chrome browser it scrolls smoothly.
What can be the reason for that?
Link to URL of the page is bellow:
url: http://www.apfelblatt.de/2015/08/01/apple-watch-werbungen-werden-im-tv-ausgestrahlt/

JSF HTML SelectOneMenu scroll

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!!

Chrome scroll bar doesn't work on Select drop down element

I have a select element with about 80 items. When I click the element the select drops down about 300px and shows about 20 of the items, with a scroll bar on the right to scroll down through the rest. No problem yet. On Firefox, IE, and Safari I can drag this scroll bar down to scroll through the other items, but not on Chrome. On Chrome the only way to scroll down through the items is with the mouse wheel (which also works with FF, Safari, and IE). The bar is present in Chrome, but can't be dragged.
Does anyone know what's going on with Chrome?
Thanks
This is a known issue. Please see https://code.google.com/p/chromium/issues/detail?id=334522 and https://superuser.com/questions/704736/cant-use-scrollbars-of-dropdowns-html-select-in-chrome-32/704737#704737.

disable URL bar appearing on scroll up in mobile Chrome

I am implementing a mobile website, which has menu link and contact phone at the top of the page with CSS position:fixed.
Unfortunatelly, Chrome on iPhone has a behavior that when I scroll up, the Chrome URL bar appears at the top of the page over my menu and I have to scroll down or wait some 5 seconds for hiding the Chrome bar and accessing the menu again.
Is there some option to disable this mobile chrome behaviour or some workaround?