Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Using the jQuery kinetic plugin, this commit adds a more responsive i…
Browse files Browse the repository at this point in the history
…mage bar.
  • Loading branch information
Mike Graves committed May 17, 2012
1 parent 8b2f05e commit 05bb734
Show file tree
Hide file tree
Showing 8 changed files with 646 additions and 244 deletions.
Binary file added src/images/arrow-l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/arrow-r.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 13 additions & 5 deletions src/index-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,19 @@
</div>
</div>
<div id="map"></div>
<div id="items">
<a href="" id="prevPageButton"><img src="http://imageserv.lib.unc.edu/geobrowse/left.png" /></a>
<ul id="items-list">
</ul>
<a href="" id="nextPageButton"><img src="http://imageserv.lib.unc.edu/geobrowse/right.png" /></a>
<div id="imgbar-wrapper">
<div id="imgbar-back-button">
<div class="imgbar-button-background"></div>
<img src="images/arrow-l.png" />
</div>
<div id="imgbar-content">
<ul>
</ul>
</div>
<div id="imgbar-forward-button">
<div class="imgbar-button-background"></div>
<img src="images/arrow-r.png" />
</div>
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit 05bb734

Please sign in to comment.