Questions tagged as 'rolamento'

1
answer

div set when scrolling in different resolutions

I have the following scenario. A banner at the top that takes the entire viewport of the screen, regardless of the resolution Underneath it a scrolling menu that scrolls down to the top of the scrolling page, and when it scrolls up, it sto...
asked by 11.07.2016 / 22:23
0
answers

Detect browser scrolls not always

I have an animated header, when "scrolo" the site it changes some things with animate, that is, when $(this).scrollTop() > 0 (from 1 to 1 million, but only when it leaves position 0) it animates and returns to position 0 again, it enco...
asked by 21.06.2016 / 14:04
1
answer

Listview lines disappear when scrolling

I'm using listview and populating it with cursoradapter . Scrolling up and down the lines disappear. If I start with 30 elements, as I scroll up and down I get less ... until I get more or less number of lines without scrolling....
asked by 07.02.2016 / 23:25
1
answer

How to make slidingown and navbar slideup when scrolling on page

Hello, I am a beginner in jQuery and I am trying to configure the navbar of my site so that when it scrolls down, the navbar is hidden and there is only one button to open the navbar, and when you scroll up to the maximum that button invisible. I...
asked by 03.03.2016 / 14:31
0
answers

overflow: auto hide content at the bottom of the page

I have a problem with my html, I could not find an answer. I have a div called box-footer . This div is inside a div main, where I added overflow: auto and height 100% . All of this content stays inside a parent div, box-no...
asked by 09.11.2015 / 15:28
0
answers

PHP cURL Scroll

Hello, I need to get data from a website that is the same as a FINITO scroll! however, it is divided into parts, I have to scroll to load the rest, how can I get the total page? or do you have another function or library that tells me? Thank...
asked by 10.09.2015 / 02:33
1
answer

Detect screen size and apply scroll on responsive element

Iwanttomakeanapplicationwiththefollowingdefinitions,ascreen(responsive),withalistoftitlesforvideolessonontheright,andyoumusthavescroll,wheneverIscrolltheelement,100%doesnottaketheresolution.<!DOCTYPEhtml><htmllang="pt-BR"> &l...
asked by 17.06.2015 / 19:25
1
answer

Tab Scroll - Interrupt setInterval with jQuery.mouseup

I need to implement tabs in my application, and when they exceed the area boundary, I need to have them rolled horizontally. I created the scroll buttons ← , → and programmed so that while they are pressed the tabs are rolling. When I r...
asked by 16.06.2015 / 22:51
1
answer

Scroll to the next section

My code is written like this: <body> <div id="arrow"> <a class="next"></a> <a class="previous"></a> </div> <section id="primeiro"> ... </section>...
asked by 21.04.2015 / 00:59
1
answer

jQuery addClass in scroll

I have the code below and I'm trying to get the li elements to get with the active class depending on scroll (parallax effect ), everything works well (click functions for the scroll) except that. If you know better, please share...
asked by 09.04.2014 / 18:21