Tagged Questions
0
votes
1answer
14 views
Follow scrollbar all the way down as DIV overflows?
So I have made this script that pushes text from .txt document line per line at different time stamps with jQuery. The problem is that once DIV is filled up, updates keep coming but are not visible ...
-1
votes
2answers
33 views
How to make body scroll bar Stylish on the right side for all browsers?
I am creating a template. I want to change the design of the body default scroll bar on right side. I want to make it stylish in such way that it will work in all browsers.
I attached a screenshot of ...
0
votes
1answer
34 views
scrollTop function not working in Rails
I just started to use jQuery, and I have a two column layout using twitter bootstrap. The CSS file is:
html, body {
overflow: hidden;
height: 100%; }
.span8, .span4 {
overflow: auto; ...
2
votes
2answers
37 views
javascript detect scrollbar not working
I know this question has been asked ad nauseum, but I am stumped because after trying several different solutions, I still cannot get my script to properly detect the scrollbar.
Here is the function ...
0
votes
3answers
27 views
Incorrect code syntax (scrollbar)
I'm trying to implement this scrollbar and would like to change the scroll inertia but looks like I made a syntax error in the code below. Would you know what the error is?
Many thanks
<script>
...
0
votes
1answer
31 views
How to detect if there actually is a scrollbar in a browser window
I'm trying to detect if there actually is a scrollbar being shown in the browser window.
Answers to questions like this detect wether the content can be scrolled, but given modern os's and browsers, ...
0
votes
1answer
21 views
Drop down menu not work on opera
I am using the scrollToFix script on my website to fix the Navigation as the user scrolls down the page.
The drop down menu runs correctly on all Browsers except Opera. When i scroll down the page, ...
0
votes
0answers
24 views
plugin jquery custom scrollbars with height:auto?
Exist a jquery plugin for customize scrollbars that work with height:auto in a scrollable element?
I try diferents plugins but all need define a fixed px of height for a scrollable element...
0
votes
0answers
35 views
div within a page scroll to a certain point?
I have a situation where I have a vertical un-ordered list which is set to overflow:scroll. This div has the ability to stick to a certain height and scroll through the list items. each list item when ...
0
votes
4answers
76 views
Changing classes with animation depending on scroll position
My page contains four sections, each set to 100% height with different background color. At the very top I have a fixed menu. I want the menu to change it's background color depending on which section ...
0
votes
1answer
39 views
Retain Reading Position Of Scrolling Div
I am building a column with dynamic content being appended to the top of the column similar to the style of TweetDeck.
Now if I were to scroll half way down the div to view content, the content being ...
-1
votes
0answers
22 views
cursor gets stuck on scroll bar in safari
A div is containing a long passage. Hence, a scrollbar is appeared in that div. Press the left mouse button over the scrollbar and drag the scrollbar down and keep moving the mouse pointer and release ...
3
votes
2answers
128 views
Test if page has a horizontal scrollbar (computer & mobile devices)
On a web page, I need to test if there is a horizontal scrollbar or not (so that I programmatically change the css of some other element). Is there some way to get that information using jquery (or ...
0
votes
1answer
49 views
Tiny Scrollbar issue: how to use border on scrollbar
I need define a border to my scrollbar, but using Tiny Scrollbar, when I do it, I get an incorrect value do scroll height. If I use padding, I get the same error. How could I to fix it?
.scrollable ...
0
votes
1answer
40 views
Adding another div dynamically pushes all scrolls of previous divs up
My html looks like this:
<div id="main">
<div style="height:200px; width:100px; overflow:scroll; display:inline-block;">
hi<br/> hi<br/> hi<br/> hi<br/> ...
0
votes
0answers
31 views
jquery: how to determine end of scrolling
there is allready a question about that topic, which i want to extend: jQuery scroll() detect when user stops scrolling
There some different ways to get out, when the user stops scrolling.
My way:
...
0
votes
0answers
57 views
jQuery Tiny Scrollbar - Make scrollbar track dynamically resizable
here's the Plugin I'm using:
http://baijs.nl/tinyscrollbar/
Source http://baijs.nl/tinyscrollbar/js/jquery.tinyscrollbar.js
One of the Plugins options is called size and basically defines the width ...
0
votes
1answer
53 views
Scroll smoothly down and hide scroll bars
I have a page with 2 div's(#page1 and #page2 above each other which are exactly the size of the browser window(calculated by jQuery). When I click on the div with id: name I want the page to scroll ...
0
votes
1answer
23 views
how can I tell when the scroll-bar is at a certain height?
How can I tell when the scroll bar is at a certain height meaning when there is a certain amount of space between the top of the scroll-bar and the top of the scroll-bar's track?
And then execute ...
0
votes
0answers
69 views
Using Colorbox and Malihu's custom scrollbars together
I am using the colorbox jquery lightbox box for a slideshow site and need to use http://manos.malihu.gr/jquery-custom-content-scroller/ in order to keep content displaying consistently.
The following ...
0
votes
1answer
55 views
JQuery ScrollLeft() does not work
i am having a problem with the scrollLeft() function in JQuery. I am basically trying to create a fork of this jsFiddle (http://jsfiddle.net/2RRWS/), a vertical news ticker.
I need a similar script ...
0
votes
1answer
85 views
nicescroll activates scroll after the page scroll completes
I am having an aspx page. In that page I have applied nicescroll for a div to scroll vertically. But the nicescroll will scroll the div only after the page's native scroll completes in sony ericsson ...
1
vote
1answer
123 views
Tiny Scrollbar auto scroll from start?
I use this script: http://baijs.nl/tinyscrollbar/
Anybody has idea how i can do that the script is running from autostart when user load page? I dont see it in options.
1
vote
3answers
121 views
How to keep a div scrolled to the bottom as HTML content is appended to it via jquery, but hide the scroll bar?
Below I have a small js based simulator for different command tools. The user enters a command, and if it's correct, it displays it at the top. For future uses, I need to make sure it can handle as ...
1
vote
1answer
232 views
Scroll div content without scrollbar
I have two different views. I don't want to display scroller for the internal div. By varying the external div scroller only I have to vary the content in the inner div. But both are different view ...
0
votes
1answer
118 views
nicescroll plugin - unable to copy contents other then in view port on scroll down
I am using the jquery scroll plugin : nicescroll - http://areaaperta.com/nicescroll/demo.html
I have a div attached with the nicescroll, the contents in the div are large say 100 lines but I am only ...
0
votes
2answers
38 views
scrollbar at the bottom using enscroll.js
i need your help.
you can test my code here jsfiddle
I use enscroll.js and i want to have a scroll at the bottom to view the last added line.
0
votes
4answers
43 views
How to execute javascript only when jquery overlay is invoked?
I have a simple jquery overlay set up on an aspx page. Here is the relevant code:
<img rel="#1208" src="/images/testsmall.png" />
<div class="simple_overlay" id="1208"><img ...
0
votes
1answer
93 views
Custom scrollbar - mouse wheel too slow
I'm working on a site which contains a div with a custom scroll bar. My problem is that the mouse wheel doesn't work properly, it's too slow.
The site is http://alaaelseifi.net/ and the custom scroll ...
0
votes
0answers
301 views
jQuery custom content scroller: mCustomScrollbar
I have a problem with mCustomScrollbar. I installed in my web page, it`s working, but when i try use configurations from developer webpage, the scroll bar just disappears!
This is working:
...
0
votes
0answers
210 views
Sly Scroller Jquery
i would like to use following plugin http://darsa.in/sly/ but i cant get it to work, here are some details to my code.
i have following HTML:
<div class="scroller">
<div ...
0
votes
2answers
798 views
Jquery popup div with small scrollbar like in mobile
I am using an Jquery for building a mobile app, I want to display a small popup box with a lot of text.The popup is 30% of the screen and I want the text would be scrollable with mobile small ...
1
vote
2answers
156 views
JQuery code to focus content inside a scrollpane
I had a search page wherein on the left side I had several options which the user can check.
When the user selects an option on the left, a corresponding content will be displayed on the right side.
...
1
vote
0answers
101 views
Display scroll bar in a mobile emulator
The following Jquery code produces a scroll bar in a opera mini mobile emulator browser.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
...
0
votes
0answers
55 views
Jump to div when scrolling
I'm building a pseudo-parallax page intended to show one full DIV at a time, with each DIV as a slide tagged with an ID, and navigation buttons that jump to the DIVs using old-school anchors. So far, ...
3
votes
3answers
97 views
scroll other scrollbars with scrollbar
i have 3 divs with scrollbars.
If i scroll in div 1 i want to scroll div 2 and 3 in the opposite direction.
The distance scrolled should be half the distance of div 1.
This is what i have now (small ...
0
votes
0answers
186 views
jQuery CustomScrollbar by Malihu - Anchors in scrollable div wont work
I am using wordpress theme twenty-twelve and CustomScrollbar by Malihu from this site:
http://manos.malihu.gr/jquery-custom-content-scroller/comment-page-10/
this is my code from Malihu in ...
0
votes
0answers
24 views
jQuery scrollto/localscroll - causes scrollbars to disappear
I encountered a problem with jQuery's scrollto/localscroll plugin. These plugins work by default, but if I fade in/out some containers then it somehow causes all scrollbars on the webpage to ...
0
votes
1answer
133 views
Update jquery scrollbar after ng-repeat render
Scrollbar don't see height of div because scrollbar update apply before child elements render.
How i can watch what elements is compiled?
I used watch to see when object adding to array. It works ...
0
votes
0answers
577 views
jQuery paginated vertical slider as a scrollbar
I'm using a jQuery slider in vertical orientation to act as a kind of scrollbar for display paginated results in a HTML div.
I would like the scrollbar handle to appear with a proportional size to ...
0
votes
2answers
117 views
webkit scrollbar using jQuery.css() method
instead of this:
source_of_example
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}
...
1
vote
0answers
118 views
Fancybox adding scroll bar to popped up HTML pages
I am using fancybox to show an HTML page. Whenever the page pops up, there is a scrollbar due to additional space that fancybox is adding. how do I remove this? I have found similar questions with ...
0
votes
0answers
81 views
Make scroll-box div have jQuery easy ease?
I want to use jQuery easy ease to make a scroll box scroll smoothly?
<div class="scroll-pane">
<p></p>
<p></p>
<p></p>
</div>
0
votes
1answer
786 views
jquery custom scrollbars in slider example
I'm trying out a sample jquery from here: http://jqueryui.com/slider/#side-scroll
I copied the source code at "view source" and when I run it, it looks pretty much the same, but it is showing the ...
1
vote
1answer
37 views
How to leave a white space at the bottom of the last line of a HTML table
I have a HTML table that is dinamicaly filled with a javascript/jquery function. Sometimes the table contains 0 or 1 line, sometimes 800 lines.
Each line has a height of 15px.
The table must always ...
0
votes
0answers
32 views
Little assistance needed regarding simplyscroll
Hi everyone i'm using this jquery animation script. It's working fine.
http://logicbox.net/jquery/simplyscroll/
i have 4 images with auto animation and i want to make first image faster than others. ...
0
votes
0answers
101 views
Trying to add custom scrollbar to my site (webkit// brower specific css isn't an option)
I am trying to add custom scroll bar to several divs on my site, using webkit or browser specific css files aint an option right now.
I am left with JS solutions. So far I've tried 2 plugins and ...
0
votes
2answers
47 views
jquery — change HTML table scollbar offset
Is there a way to set the scrollbar offset of a HTML table with jQuery ?
After a keyup event that automatically populates my table (by appending rows), I would like to set the scrollbar offset to the ...
0
votes
1answer
330 views
Custom scrollbar on dropdown menu
I have a HTML dropdown structure. With the following:
<div class="tl_l">
<div class="labeled"><label for="pers_il">İl</label></div>
<select id="ad_il" name="pers_il" ...
0
votes
3answers
673 views
dataTables - Can't get horizontal scroll & fixed column to do their job. Seems to render differently everywhere. What am I doing wrong?
I have spent HOURS trying to figure this out. I need to make a table that is virtually identical to the one that is being displayed at this link:
...


