Can I create / modify / delete scrollbars of scrollable div

Is there any way to style, change or delete scrollbars of scrollable html div?

+5
source share
4 answers

I believe your only option is to remove the scrollbars altogether using CSS.

#your_div {
    overflow: hidden;
}

The scroll bar itself is a “browser” and, as such, cannot be styled.


: "" , .. , HTML, Javascript/jQuery, "" - Jscrollpane.

, , , .. .

JScrollpane.

+2

CSS IE:

scrollbar-3dlight-color, scrollbar-arrow-color, scrollbar-base-color, scrollbar-darkshadow-color, scrollbar-face-color, scrollbar-highlight-color, scrollbar-shadow-color

+1

css: css

/ javascript: javascript

+1
+1

All Articles