Questions tagged as 'scroll'

2
answers

Scrolling effect in a column

I am programming a web page with Bootstrap and on one of the pages I have a two-column structure. On the right I have an image or several and on the left a text that is the description of the image. What I want to achieve is that when I scroll d...
asked by 27.06.2016 / 11:39
1
answer

Infinite Scroll, insert content when I get up

I'm trying to perform a test to make my web with infinite scroll, and upload content as it scrolls down. It happens to me that with the method that I see everywhere, I insert the line when I arrive at the top, I mean I have to go down (it does n...
asked by 09.06.2018 / 10:51
4
answers

Animate an image when the scroll goes down

I'm working on Angular.js with 2 libraries, first the angular-smoothscroll and the animated.css. How can I mix these two? I want the image to be animated when I scroll down. The animations are already defined: they are css classes, and I o...
asked by 29.12.2016 / 22:43
1
answer

Is it possible to disable the zoom of an embedded Google Maps when scrolling?

Hello good night everyone, I continue with my project in a teaching institution and I have encountered a problem that I hope you can help me solve. Using Google Maps I added a map to the website as seen below: I include the code I use: &...
asked by 10.08.2017 / 06:53
2
answers

Why does not the scroll come up?

I have a problem with the scroll of my page. When I'm in the middle of the page or just download it a bit and try to update my page, either with F5 or by clicking the update button on the browser, the page stays there; It does not do anything. I...
asked by 28.11.2016 / 00:07
1
answer

Because my table does not acquire both commands overflow-x e and

I'm using Bootstrap 3 , so I use container , row and c ol-md-5 , ... I do not know why, but I can not even set a height to the table. p> <div class="container"> <div class="row"> <div class="card col-...
asked by 03.08.2018 / 17:18
1
answer

How does this slider made in pure Javascript work?

What I want to do is a fixed menu. When I click on the menu the slider is activated. But I do not understand this code: function funcion(){ var page = document.getElementById('page'); var sections = page.getElementsByTagName('section...
asked by 05.09.2017 / 06:23
2
answers

Scroll down when I click

I want the scroll to go to the bottom of the site (or at least 100px) when I click on the calendar, to be able to see the reservation options. I'm using the following code, but it does not do anything and in the Chrome debugger it does not sh...
asked by 13.12.2016 / 19:37
0
answers

Problems with screen refresh using the TVertScrollBox component

I'm making an application where you have a Form that shows configuration data, it has a lot of fields, I use TEdit and TCheckBox , put in TFramedVertScrollBox . I've also tried it with TVertScrollBox . The prob...
asked by 24.12.2018 / 08:56
1
answer

Vertical scrolling with jQuery

I have 2 problems, what I'm doing is not working, if I put overflow = hidden and it works if I move from one to two, but two to one does not work, it gets caught. Let's see if you can lend me a hand $(document).ready(function() {...
asked by 15.06.2018 / 13:17