jScroller2


the next Generation Autoscroller by Markus Bordihn

Example Left

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

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_left" style="font-size:60px; line-height:60px; white-space:nowrap; margin: 0;">  ... </div>
</div>
     

CSS Code

/* Scroller Box */
#scroller_container {
 width: 300px;
 height: 60px;
 overflow: hidden;
}
/* Scoller Box */

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

#scroller_container {
overflow: auto;
}