Questions tagged as 'rolamento'

1
answer

Inner shadow of the parent element on the child

I need to make the inner shadow of the parent element over the child element. I have a div with overflow: scroll and a table inside it that can be larger than this div . I'm causing an inner shadow to appear in this...
asked by 28.04.2017 / 13:47
1
answer

infinite scroll with msg when arriving at the end of the results

I'm starting now in javascript and ajax so there's a lot that I still have doubts I created an infinite scroll system but what I am not able to create is: when you reach the end of the column or (there is nothing else to display) You wa...
asked by 11.11.2016 / 00:01
1
answer

Menu 2 effects: one for scrolling down and one for facing [closed]

Hello, I am in doubt about how to make a menu (jquery). It is apparent to the top of the site, running 100 px from the top down, it hides (ok so far I've been able to do), and is hidden until the end of the site. When it reaches the end, and the...
asked by 04.09.2016 / 00:56
1
answer

jquery scroll submenu

Hi I need my scroll submenu to appear the other options because when it opens it does not fit the page, nor in the tablet and mobile layouts. I've tried using css overflow-y and more is not working so I'm looking for a solution in jquery, but I...
asked by 18.06.2016 / 05:01
1
answer

Tables with database data

Does anyone know how to restrict a certain number of rows in the table, but when doing scroll see the rest of the data? For example, a company that stores customer data in the database and wants to see all customer data in a table, but only...
asked by 11.06.2015 / 18:27
2
answers

How to use Android Scrollview via Java code?

In xml it's easy to use, but I'm doing a dynamic form and it's not working. I'm doing something like this: ScrollView scroll = new ScrollView(this); From inside the onCreate () I use it: scroll.addView(activity_main); setContentView(scrol...
asked by 22.06.2015 / 17:06
1
answer

Problem in smoothing the scroll on anchor links

Jquery, but I used this script that I found to give the scroll smoothing effect to the "anchored" link: $(document).ready(function () { function filterPath(string) { return string .replace(/^\//, '') .replac...
asked by 26.06.2015 / 16:23
1
answer

Z-index on NiceScroll

When you apply this script to scroll smoothing (nicescroll), the same thing happens under some site items with the higher Z-index. Where can I for a Z-index on it to overlap this site items? $(document).ready( function() { $("html").n...
asked by 26.02.2015 / 21:04
1
answer

Set navbar and scroll horizontally in content

I'm trying to map with a navbar as picture: ButbymovingtheimageontheXaxistoseetherestofthecontent,navbaralsomovesaccordingtotheimage How do I enable scroll only on the X axis for the div map container? Follow css: Map: .mapa...
asked by 06.12.2018 / 03:29
0
answers

How do I do the infinite scroll do not load the same values again?

I have the following code: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"type="text/javascript"></script> <script> $(document).ready(function() { $("#content").scroll(func...
asked by 23.11.2018 / 13:05