Top "Scrollbar" questions

A scrollbar is a graphical user interface element relating to a display which is only partially visible.

Hiding the scroll bar on an HTML page

Can CSS be used to hide the scroll bar? How would you do this?

css browser scrollbar
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> …

javascript html iframe height scrollbar
CSS scrollbar style cross browser

How can I define a CSS scrollbar style cross browser? I tested this code, it only works in IE and …

css scrollbar
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?

css html scrollbar
Custom CSS Scrollbar for Firefox

I want to customize a scrollbar with CSS. I use this WebKit CSS code, which works well for Safari and …

css firefox webkit scrollbar
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 …

html css scrollbar
How can I add a vertical scrollbar to my div automatically?

I want to add a vertical scrollbar to my <div>. I've tried overflow: auto, but it is not …

css html scrollbar overflow
Disable vertical scroll bar on div overflow: auto

Is it possible to allow only a horizontal scroll bar when using overflow:auto (or scroll)?

html css scroll scrollbar
Add horizontal scrollbar to html table

Is there a way to add a Horizontal scrollbar to an HTML table? I actually need it to be scrollable …

html css html-table scrollbar
How can I check if a scrollbar is visible?

Is it possible to check the overflow:auto of a div? For example: HTML <div id="my_div" style="…

javascript css dom scrollbar