Skip to content

Instantly share code, notes, and snippets.

@alvarotrigo
Created May 8, 2014 12:08
Show Gist options
  • Save alvarotrigo/3382b8ec69abb2f4e217 to your computer and use it in GitHub Desktop.
Save alvarotrigo/3382b8ec69abb2f4e217 to your computer and use it in GitHub Desktop.
html markup
<div id="multiscroll">
<div class="ms-left">
<div class="ms-section">Section 1 left</div>
<div class="ms-section">Section 2 left</div>
<div class="ms-section">Section 3 left</div>
</div>
<div class="ms-right">
<div class="ms-section">Section 1 right</div>
<div class="ms-section">Section 2 right</div>
<div class="ms-section">Section 3 right</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment