Skip to content

Instantly share code, notes, and snippets.

@mikekoro
Created August 16, 2013 00:20
Show Gist options
  • Save mikekoro/6246172 to your computer and use it in GitHub Desktop.
Save mikekoro/6246172 to your computer and use it in GitHub Desktop.
<a href="#" data-dropdown="drop1">Has Dropdown »</a>
<ul id="drop1" class="f-dropdown" data-dropdown-content>
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
<a href="#" class="button" data-dropdown="contentDrop">Content Dropdown »</a>
<div id="contentDrop" class="f-dropdown content medium" data-dropdown-content>
<h4>Title</h4>
<p>Some text that people will think is awesome! Some text that people will think is awesome! Some text that people will think is awesome!</p>
<img src="http://placekitten.com/g/150/150">
<p>More test.</p>
<a href="#" class="button">Button</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment