Created
September 15, 2012 22:38
-
-
Save twanlass/3730160 to your computer and use it in GitHub Desktop.
Simple Overscroll html structure
This file contains hidden or 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="thumb_popout"> | |
| <div id="scroll_wrapper"> | |
| <div id="thumbnails_wrapper" style="width: 1815px;"> | |
| <ul> | |
| <li><img src="img/dev/birds1.jpeg"></li> | |
| <li><img src="img/dev/birds2.jpeg"></li> | |
| <li><img src="img/dev/bridge1.jpeg"></li> | |
| <li><img src="img/dev/bridge2.jpeg"></li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment