jScroller2


the next Generation Autoscroller by Markus Bordihn

Example Up

AnimeArchive.de

This is a Test, in this Test you can see that the Scroller can Scroll Images , Link and other things.

You can also used DIVs in the Scroller without problems:

Test W3C Validation: Valid HTML 4.01 Strict

HTML Code

<link rel="stylesheet" type="text/css" href="jscroller2-1.0.css">
<script type="text/javascript" src="jscroller2-1.61.js"></script>

<div id="scroller_container">
 <div class="jscroller2_up">
  ...
 </div>
</div>
     

CSS Code

/* Scroller Box */
#scroller_container {
 width: 120px;
 height: 200px;
 overflow: hidden;
}
/* Scroller Box */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
 overflow: auto;
}