Skip to content

Instantly share code, notes, and snippets.

@twanlass
Created September 15, 2012 22:38
Show Gist options
  • Select an option

  • Save twanlass/3730160 to your computer and use it in GitHub Desktop.

Select an option

Save twanlass/3730160 to your computer and use it in GitHub Desktop.
Simple Overscroll html structure
<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