Top "Vertical-scrolling" questions

In computer displays, film-making, television production, and other kinetic displays, scrolling is sliding text, images or video across a monitor or display, vertically or horizontally.

page is not scrolling vertically in mobile devices

I'm working on a project. There is an issue on the front end side. The site is responsive, but when …

html css scroll vertical-scrolling
My fixed background made scrolling the site very slow, what can I do to improve it?

I changed the background of my discussion forum using the CSS below http://forum.antinovaordemmundial.com html { background: url(http://…

css background vertical-scrolling smooth-scrolling
Vertical Scrollbar leads to horizontal scrollbar

My CSS looks like this: div.SOMECLASS { position: absolute; max-height: 300px height: auto; width: auto; overflow: auto; ... } The div height …

css scrollbar horizontal-scrolling vertical-scrolling
Moving Div with Scroll

I have to move a div when the scroll bar moves, but need to use pure javascript, and position:fixed …

javascript html vertical-scrolling
How to detect vertical scroll position using jquery?

Using jquery, how can you set an event that triggers when there is a vertical scroll visible, and when you …

javascript jquery html events vertical-scrolling
My body background color disappears when scrolling

I hope someone can help. I've set my body height property to 100% which is fine when all the content is …

html css vertical-scrolling document-body
Vertical Scroll Bars in specific DIV containers only

I'm building a page that has a list on the left, and a container showing a single item's details on …

html css vertical-scrolling
change css when user scroll past or below a specific div

look here: http://jsfiddle.net/1L5y559z/ Let's say I want to change the body's background color when someone …

jquery css scroll vertical-scrolling
jQuery doesn't know function scrollTop

I want do create a div, which is scrollable in y-direction, but is fixed in x-direction. I already got help …

jquery scrolltop vertical-scrolling
UIScrollView scrolling speed

Is there any way to reduce the speed of scrolling in the UIScrollView, I tried to use scrollRectToVisible: animated: NO …

iphone uiscrollview scroll vertical-scrolling