(width)
| 92 | } |
| 93 | |
| 94 | function setWidth(width) { |
| 95 | if (isVertical) $scrollbar.style.width = $cursor.style.width = width + "px"; |
| 96 | else $scrollbar.style.height = $cursor.style.height = width + "px"; |
| 97 | } |
| 98 | |
| 99 | function setThumbHeight(value) { |
| 100 | thumbHeight = value; |