scroll-thumb-minimum-size-theme.html 387 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <div style="width: 200px; height: 200px; overflow: scroll;">
  3. <div style="width: 1753px; height: 1753px"></div>
  4. </div>
  5. <!--
  6. See scroll-thumb-minimum-size-notheme.html for the formula.
  7. On XP/Vista at 96 dpi with theme enabled:
  8. thumb_size = 17 (minimum size)
  9. button_size = 17
  10. scrollbar_thickness = 17
  11. inner_div_size = (200 - 2 * 17 - 17) * (200 / 17) = 1753
  12. -->