Top "Scroll" questions

Scrolling refers to the continuous sliding of content across a display screen.

Prevent BODY from scrolling when a modal is opened

I want my body to stop scrolling when using the mousewheel while the Modal (from http://twitter.github.com/bootstrap) …

javascript jquery css scroll
How to get scrollbar position with Javascript?

I'm trying to detect the position of the browser's scrollbar with JavaScript to decide where in the page the current …

javascript browser scroll dom-events
Scroll Element into View with Selenium

Is there any way in either Selenium 1.x or 2.x to scroll the browser window so that a particular element …

selenium scroll automated-tests
How to scroll HTML page to given anchor?

I’d like to make the browser to scroll the page to a given anchor, just by using JavaScript. I …

javascript jquery html scroll anchor
Disable Scrolling on Body

I would like to disable scrolling on the HTML body completely. I have tried the following options: overflow: hidden; (not …

html css scroll
How to programmatically disable page scrolling with jQuery

Using jQuery, I would like to disable scrolling of the body: My idea is to: Set body{ overflow: hidden;} Capture …

jquery css scroll
How can I make a div stick to the top of the screen once it's been scrolled to?

I would like to create a div, that is situated beneath a block of content but that once the page …

javascript jquery css scroll positioning
Page scroll up or down in Selenium WebDriver (Selenium 2) using java

I have written the following code in Selenium 1 (a.k.a Selenium RC) for page scrolling using java: selenium.getEval("…

java selenium selenium-webdriver scroll selenium-rc
How to display scroll bar onto a html table

I am writing a page where I need an html table to maintain a set size. I need the headers …

html css scroll html-table overflow
jQuery load more data on scroll

I am just wondering how can i implement more data on scroll only if the div.loading is visible. Usually …

javascript jquery ajax scroll