Questions tagged [scrollbars]

A scroll bar is a part of a graphical user interface element to present the user with a perspective of a percentage of the page shown. The scroll bar consists mainly of three parts: the track, thumb and buttons (or arrows). A user can click and drag the thumb in order to reveal more contents of the page. In the event that a user uses a scrolling function, the thumb tracks the page progress.

Some basic definitions:
A scroll bar is a part of a graphical user interface element to present the user with a perspective of a percentage of the page shown. The scroll bar consists mainly of three parts: the track, thumb and buttons (or arrows). A user can click and drag the thumb in order to reveal more contents of the page. In the event that a user uses a scrolling function, the thumb tracks the page progress.

What questions should have this tag?
This tag, or topic, is very localized and should be used in-detail, and preferably include a broader instance than the problem itself. It should be included with questions concerning the User Interface elements in which the scroll bars behavior or appearance can be affected.

218 questions
0
votes
1 answer

JQuery Scrollbars Jittering On Safari

I've recently added a great custom scrollbar solution from malihu (http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html) to my site. However I've noticed that on my mac, the scrolling can get very jittery when I scroll down. It's almost as if it…
Dave
  • 420
  • 5
  • 12
0
votes
2 answers

Superfish Menu in Wordpress header creating Scrollbars on dropdown

So I've tried looking through all of the posts on here, but I can't find my issue replicated anywhere (although that my speak more to my google abilities than to the uniqueness of my situation) Basically I have a wordpress-based website…
-1
votes
1 answer

css - shrink element instead of whole page

I have a page with 2 divs. As I decrease the height of the browser window, I want the first div to shrink (and scrollbars to appear on it), while the second div should keep it's height. Is it possible to implement this logic with pure CSS?
nagy.zsolt.hun
  • 6,292
  • 12
  • 56
  • 95
-1
votes
1 answer

Editing mac scrollbars

Is it possible to change or edit mac scrollbars via css? I can only find information on how to change chrome and firefox's scrollbars to make it look like os x. I've googled it and I can't find something.
rnldpbln
  • 654
  • 3
  • 11
  • 22
-1
votes
1 answer

Is there a way I can center the vertical and horizontal scrollbars in a ScrollPane in javafx 8?

Is there a way I can center the vertical and horizontal scrollbars in a ScrollPane in javafx 8 (by programming/using scenebuilder) so that it is centered from the moment I execute the program?
-1
votes
1 answer

Conditional scrollbar styles

I have the following CSS for my web app to style scrollbars: ::-webkit-scrollbar { height: 16px; z-index: 100; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 12px; z-index: 100; …
egekhter
  • 2,067
  • 2
  • 23
  • 32
-2
votes
1 answer

Android Like ScrollBar for WPF ListView

How to have android like scrollbars for my WPF ListView. I mean to say, the scrollbar should be visible only when the user scrolls. They should fade out as soon as the user stops scrolling. How to achieve this?
androider
  • 982
  • 6
  • 16
  • 32
-3
votes
1 answer

How to add scrollbars in a content area of a full screen web app i.e. 100% height of screen using CSS

I have a full screen web app. I'm using CSS 100% height on HTML, body and parent elements. I have a contents table which grows as items are added to it. I am trying to have a vertical scrollbar automatically appear when there is not enough space. I…
user2233219
1 2 3
14
15