Top "Scroll" questions

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

Scroll back to the top of scrollable div

<div id="containerDiv"></div> #containerDiv { position: absolute; top: 0px; width: 400px; height: 100%; padding: 5px; font-size: .875em; …

javascript html scroll
How to disable RecyclerView scrolling?

I cannot disable scrolling in the RecyclerView. I tried calling rv.setEnabled(false) but I can still scroll. How can …

android scroll android-recyclerview
Make a nav bar stick

Make a nav bar stick Make a nav bar stick Make a nav bar stick Make a nav bar stick …

html css scroll nav sticky
ipad safari: disable scrolling, and bounce effect?

I'm working on a browser based app, currently I'm developing and styling for the ipad safari browser. I'm looking for …

ipad scroll mobile-safari bounce
jQuery scroll() detect when user stops scrolling

Ok with this.. $(window).scroll(function() { $('.slides_layover').removeClass('showing_layover'); $('#slides_effect').show(); }); I can tell when …

javascript jquery scroll jquery-events
Maintain/Save/Restore scroll position when returning to a ListView

I have a long ListView that the user can scroll around before returning to the previous screen. When the user …

android android-listview scroll scroll-position
how to automatically scroll down a html page?

I'm trying to start each page after the homepage about 500px down, similar to this website: http://unionstationdenver.com/ You'll …

javascript html css scroll height
Making a UITableView scroll when text field is selected

After a lot of trial and error, I'm giving up and asking the question. I've seen a lot of people …

ios iphone uitableview keyboard scroll
Remove scrollbars from textarea

Following up to my previous question (Add a scrollbar to a <textarea>) on how to always see the …

html scroll textarea scrollbar overflow
Auto height div with overflow and scroll when needed

I'm trying to make a website with no vertical scrolling for a page, but i need that one of the …

html css scroll overflow