Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 30, 2015 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/d2bd00d5bc459dfc4418 to your computer and use it in GitHub Desktop.
Save bjoerntx/d2bd00d5bc459dfc4418 to your computer and use it in GitHub Desktop.
<div id="backstage" class="backstage">
<div class="menu">
<a onclick="animateBackstage(1)" href="#"><img src="~/img/back.png" /></a>
<ul id="menu">
<li><a id="View1" onclick="switchBackstageView('View1')" href="#">View 1</a></li>
<li><a id="View2" onclick="switchBackstageView('View2')" href="#">View 2</a></li>
<li><a id="View3" onclick="switchBackstageView('View3')" href="#">View 3</a></li>
<li><a id="View4" onclick="switchBackstageView('View4')" href="#">View 3</a></li>
</ul>
</div>
<div id="title" class="title"></div>
<div id="stage" class="stage"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment