demoStyles.css |
demo/demoStyles.css |
|
/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
}
a.jScrollArrowUp… |
jscrollpane.css |
jscrollpane.css |
|
.jScrollPaneContainer {
position: relative;
overflow: hidden;
z-index: 1;
}
.jScrollPaneTrack {
position: absolute;
cursor: pointer;
right: 0;
top: 0;
height: 100%;
background: #aaa;
}
.jScrollPaneDrag {
position: absolute;
… |
jscrollpane.info |
jscrollpane.info |
|
description = "JavaScript based scrollable containers."
name = "JScrollPane"
core = 5.x |
jscrollpane.module |
jscrollpane.module |
|
JavaScript based scrollable containers.
http://kelvinluck.com/assets/jquery/jScrollPane |