A scrollbar is a graphical user interface element relating to a display which is only partially visible. The scroll bar provides visual feedback on which portion of the element is in view, and the ability to move the view of the main element.
21
votes
5answers
16k views
How to disable browser or element scrollbar, but allow scrolling with wheel or arrow keys?
I want to hide scrollbars from div elements or the whole body, but let the user scroll with the mouse wheel or arrow keys. How can this be achieved with raw Javascript or JQuery? Any ideas?
34
votes
3answers
25k views
How can I get the browser's scrollbar sizes?
How can I determine the height of a horizontal scrollbar, or the width of a vertical one in javascript ?
15
votes
4answers
102k views
css scrollbar style cross browser
How to definite css scrollbar style cross browser. I tested this code, it only work in IE,opera, but failed in chrome, safari and firefox.
<style type="text/css">
<!--
...
58
votes
1answer
50k views
Custom CSS Scrollbar for Firefox
I want to custom-style a scrollbar with CSS.
I use this WebKit CSS code, which works well for Safari and Chrome:
::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-track-piece ...
9
votes
3answers
19k views
Hidden scrollbars in Firefox (allows scrolling but just no scrollbar)
I'm trying to make a scrollable gallery. I'd like to create a div that does scroll, just doesn't have a scrollbar. I was able to achieve this in Webkit with:
#photoreel::-webkit-scrollbar {
height: ...
32
votes
16answers
59k views
+50
Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbar
I have an iframe on www.example.com that points to support.example.com (which is a CNAME to a foreign domain).
I automatically resize the height of my iframe so that the frame will not need any ...
16
votes
4answers
35k views
hide scrollbar and show on hover like facebook's new chat sidebar
Facebook just updated chat (yet again) and now a new fixed side bar stays on the left of the screen. when its contents overflow, a scroll bar appears, but only if scrolled with the mouse wheel or if ...
12
votes
5answers
21k views
How can I detect a Scrollbar presence ( using Javascript ) in HTML iFrame?
How can I detect a Scrollbar presence ( using Javascript ) in HTML iFrame ?
I have already tried :
var vHeight = 0;
if (document.all) {
if (document.documentElement) {
...
11
votes
4answers
26k views
Scrollbar color change in Firefox
I want to change the scrollbar color in Firefox. How can I do that?
27
votes
5answers
18k views
How do you animate the value for a jQuery UI progressbar?
I've setup a jQuery UI progressbar but can't use jQuery animate to animate it's value. Any ideas on how to make this work?
The percentDone variable holds a number from 0 to 100 showing how far along ...
10
votes
2answers
45k views
CSS customized scroll bar in div
How can I customize a scroll bar via CSS (Cascading Style Sheets) for one div and not the whole page?
8
votes
1answer
4k views
scrollBar in a listView…customizing it.
Is there a way to customize the standard scrollbar that ListView provides in android..? I haven't got a definitive answer on this yet :/
11
votes
3answers
26k views
How to create a custom scrollbar on a div
I'm wonder how the custom scrollbar on Facebook has been made.
Is it only css or some javascript as well?
If yes can i have an idea of what the code looks like?
6
votes
2answers
42k views
html select scroll bar
how do you add a scroll bar to the html select box? is there any javascript library that emulate this behavior?
or is there anyway to redesign, the interface I have 2 select box, items can be shifted ...
4
votes
4answers
16k views
Changing Scrollbar Position
Is it possible to change the scrollbar position when the user reaches a certain point scrolling down a web page? For example once you reached half way down down the page the scrollbar would move ...
7
votes
3answers
6k views
Detecting presence of a scroll bar in a DIV using jQuery?
I want to detect the presence of a scroll bar in a DIV using jQuery. I was thinking to use $('div').scrollTop() but that returns 0 in both cases when the scroll bar is at the top and when there is no ...
25
votes
5answers
14k views
UIScrollView - showing the scroll bar
Possibly a simple one!
Does anyone know how to get the scroll bar of a UIScrollView to constantly show?
It displays when the user is scrolling, so they can see what position of the scroll view they ...
24
votes
4answers
24k views
javascript: detect scroll end
I have div layer with overflow set to scroll.
When scrolled to the bottom of the div, return function
8
votes
2answers
3k views
How can I differentiate a manual scroll (via mousewheel/scrollbar) from a Javascript/jQuery scroll?
UPDATE:
Here is a jsbin example demonstrating the problem.
UPDATE 2:
And here is the fixed version thanks to fudgey.
Basically, I have the following javascript which scrolls the window to an ...
36
votes
5answers
66k views
Hide html horizontal but not vertical scrollbar
I have an html textarea that is of fixed width, but variable height. I would like to set overflow:scroll and be able to show a vertical scrollbar, but not a horizontal one. I am not able to use ...
5
votes
2answers
2k views
Javascript detect scrollbar in textarea
I was wondering if anybody knows how I would go about detecting when the scrollbar appears inside a textarea.
I am currently using mootools for my JavaScript and I am having issues getting it to ...
2
votes
1answer
2k views
Adding scroll bar in subplots within GUI
How can I add scrollbar to the subplots?
I have gone through many tutorials but they seem quite difficult to understand (ex: Scrolling Figure Demo)
Any easier method to implement?
My code looks ...
3
votes
3answers
10k views
How to determine if vertical scroll bar has reached the bottom of the web page?
The same question is answered in jQUery but I'm looking for solution without jQuery.
How do you know the scroll bar has reached bottom of a page.
I would like to know how I can determine whether ...
0
votes
1answer
2k views
Changing color of scroll bar in ListView in WinForms
Is it possible to change the color of the scroll bar in a ListView control. It is a Windows application.
Please let me know what property or code I can use to do this.
can someone help u how to ...
21
votes
5answers
12k views
Check whether HTML element has scrollbars
What's the fastest way of checking whether an element has scroll bars?
One thing of course is checking whether element is larger than its viewport, which can easily be done by checking these two ...
6
votes
1answer
18k views
Make iframe automatically adjust height according to the contents without using scrollbar?
For example:
<iframe name="Stack" src="http://stackoverflow.com/" width="740"
frameborder="0" scrolling="no" id="iframe"> ...
</iframe>
I want it to be able to adjust its height ...
8
votes
1answer
13k views
Adding a vertical scrollbar to an AlertDialog in Android?
I would like to add a vertical scrollbar to an AlertDialog because my text is too long to display on 1 screen:
I have tried to use :
android:scrollbars="vertical"
...
30
votes
3answers
58k views
Hide vertical scrollbar on an iframe?
I need to hide the horizontal scollbar on an iframe using css, jquery or js.
9
votes
11answers
18k views
Force vertical scrollbar to display in IE8
The vertical bar does not appear in IE8 if the page is not long enough. In FF, there is a workaround for this
html {
overflow: -moz-scrollbars-vertical;
}
I tried the following for IE8: ...
18
votes
7answers
3k views
Determine whether user clicking scrollbar or content (onclick for native scroll bar)
I'm trying to create custom events in JQuery that are supposed to detect when a scrollbar is clicked1.
I know there's lots of text, but all my questions are boldfaced and there's a JSFiddle example ...
6
votes
4answers
4k views
Change width and colour of scroll bar in UITableView, iphone
I could only find if one wants to display scroll bar or not using
tableView.showsVerticalScrollIndicator = YES/NO;
but how can I customize the scroll bar for colour, width and if possible other ...
0
votes
3answers
3k views
Android scrollbar with a extra View (screenshot included)
i need some help again!
At first i really thought it was some kind of ScrollView tweak to achieve something like this:
But, as far as i know, it isnt, so, how can i achieve this kinda of custom ...
6
votes
6answers
6k views
Browser Scrollbar shift
When you go to page on my website where there is extra content, the scrollbar appears on the right, but it has a notiable shift to the left for my content. You notice this by clicking home and then ...
3
votes
2answers
1k views
GWT CustomScrollPanel example
I found out about GWT's CustomScrollPanel and how you can customize the scroll bar, but I can't find any examples or how to set it up. Are there any examples out there that show custom scrollbars in ...
2
votes
1answer
4k views
Is detecting scrollbar presence with jQuery still difficult?
I know that detecting scrollbar presence is supposed to be one of those elusive things that we should all have to suffer through. What I've read so far is that you can't really detect scrollbar ...
5
votes
4answers
8k views
TableLayout ScrollView Vertical & Horizontal
How we can setup ScrollView vertically & horizontally? I tried the below code, but it didn't work.
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
...
4
votes
3answers
25k views
Change style scrollbar div for my site
I would like the style of the scrollbar of my div style was similar to the iPhone or the new finder osx Lion.
It must be compatible with all browsers.
Is it possible?
3
votes
2answers
2k views
Scrollbars in dropdownlist inside DataGrid itemEditor not working
I have a DropDownList inside the itemEditor of my DataGrid. There are enough items in the DropDownList to justify scrollbars. You can see the scrollbars, and the mousewheel works fine. If you move ...
8
votes
4answers
3k views
Scrollbar shifts content
I have: I have several web pages both with this outline:
<body>
<div id="container">
CONTENT
</div>
</body>
with the CSS:
body{
color:#000000;
background-color:#FFFFFF;
...
3
votes
2answers
733 views
How to fix scrollbars when the window or container is resized?
Currently in my application I am using the HScrollBar and VScrollBar for panning around in a large image. The part of the image that is shown is based on the scrollbar's Value property. However, when ...
14
votes
3answers
12k views
Facebook's horizontal scrollbar in ticker & chat sidebar
There is another question regarding this issue (hide scrollbar and show on hover like facebooks new chat sidebar), but I'm interested in how they have achieved the styling of the scrollbar. I have ...
20
votes
7answers
29k views
jqGrid horizontal scrollbar
I developed AJAX interface with jQuery and jqGrid.
How I can remove horizontal scrollbar from my jqGrid table?
http://dskarataev.ru/jqgrid.png
If I set autowidth: true, then I get width of table = ...
13
votes
4answers
7k views
How are scrollbars in new Google Docs UI styled (esp. the arrow buttons)?
The new Google Docs UI features cool gray scrollbars.
These appear to be regular scrollbars styled with selectors like ::-webkit-scrollbar-thumb. Which is nice and accessible.
However, I can't get ...
11
votes
2answers
11k views
Styling an inner scrollbar like the Twitter conversation interface?
The scroll bar can be seen in the side-panel when you click on a tweet and the conversation linked to the tweet is long enough.
How is the scroll bar created and styled?
8
votes
5answers
17k views
Flex: Prevent scrollbar from covering content when automatically displayed
I have a canvas in Flex that shall be able only to be scrolled in vertical direction, so I set the attributes of the canvas as follows:
verticalScrollPolicy="auto" horizontalScrollPolicy="off"
The ...
6
votes
8answers
5k views
CSS box shadow on container div causes scrollbars
I have a website with the following setup:
<div id="container">
<div id="header"></div>
<div id="content"></div>
<div id="clearfooter"></div>
...
3
votes
2answers
643 views
Get a deactivated scrollbar in Firefox
I have a Javascript tabbed dialog whose pages have different heights. Some of them are taller than the browser window.
In Internet Explorer, there is always a scrollbar to the right. When it is not ...
3
votes
2answers
2k views
Android: Enable Scrollbars in Custom View
I have implemented a custom Layout that extends RelativeLayout. It displays lots of different elements that are created at run-time and is scrollable in both dimensions using scrollTo() and ...
2
votes
4answers
3k views
how to disable draggable div when scroll bar is focused on in jQuery
I have a jQuery draggable container div with a side scroll bar that should not be draggable when I am scrolling up and down. .infotext is the inner div that has the text, contained within #infobody ...
2
votes
4answers
3k views
How to detect if a scrollbar is or is not at the end of a richtextbox (vb.net)
my question is as is:How to detect if a scrollbar is at or not at the end of a richtextbox?
edit: when I say at the end I mean completely scrolled to the bottom, not anywhere else.

