Skip to content

Instantly share code, notes, and snippets.

@kevinvaldek
Created November 3, 2009 01:31
Show Gist options
  • Save kevinvaldek/224693 to your computer and use it in GitHub Desktop.
Save kevinvaldek/224693 to your computer and use it in GitHub Desktop.
<div class="scrollcase" style="width: 3000px;">
<div rel="1st pane title">...</div>
<div rel="2nd pane title">...</div>
<div rel="3rd pane title">...</div>
</div>
window.addEvent('domready', function() {
$$('.scrollcase').each(function(container) {
new Scrollcase(container);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment