index.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title>jScrollPane - issue 12</title>
  6. <!-- styles specific to demo site -->
  7. <link type="text/css" href="../../style/demo.css" rel="stylesheet" media="all" />
  8. <!-- latest jQuery direct from google's CDN -->
  9. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  10. <!-- scripts specific to this demo site -->
  11. <script type="text/javascript" src="../../script/demo.js"></script>
  12. </head>
  13. <body>
  14. <div id="top-nav">
  15. <img src="../../image/logo.png" width="196" height="69" alt="jScrollPane">
  16. <ul>
  17. <li><a href="../../index.html">Home</a></li>
  18. <li><a href="../../index.html#examples">Examples</a></li>
  19. <li><a href="../../index.html#themes">Themes</a></li>
  20. <li><a href="../../index.html#usage">How to use</a></li>
  21. <li><a href="../../faqs.html">FAQs</a></li>
  22. <li><a href="../../known_issues.html">Known issues</a></li>
  23. <li><a href="../../index.html#support">Support</a></li>
  24. <li><a href="../../index.html#download">Download</a></li>
  25. </ul>
  26. </div>
  27. <div id="container">
  28. <h1>jScrollPane - issue 12</h1>
  29. <p>
  30. This page demonstrates the bug described in <a href="http://github.com/vitch/jScrollPane/issues#issue/12">
  31. issue 12</a> as reported (with nice striped down test cases) by
  32. <a href="http://groups.google.com/group/jscrollpane/browse_thread/thread/98efa9ded76d5729">TinyFish</a>.
  33. </p>
  34. <ul class="link-list">
  35. <li>
  36. <a href="before.html">Before</a> - showing the bug as it appears in the version of jScrollPane which
  37. was current when it was reported.
  38. </li>
  39. <li>
  40. <a href="native.html">Native</a> - showing how the page looks with native scrollbars (i.e. if
  41. jScrollPane isn't initialised).
  42. </li>
  43. <li>
  44. <a href="after.html">After</a> - showing the page which was displaying the bug with the latest
  45. version of jScrollPane.
  46. </li>
  47. </ul>
  48. </div>
  49. </body>
  50. </html>