Created
May 8, 2014 12:08
-
-
Save alvarotrigo/3382b8ec69abb2f4e217 to your computer and use it in GitHub Desktop.
html markup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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