Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <button href="#" data-dropdown="drop1" aria-controls="drop1" aria-expanded="false" class="button dropdown">Dropdown Button</button><br>
  2. <ul id="drop1" data-dropdown-content class="f-dropdown" aria-hidden="true">
  3. <li><a href="#">This is a link</a></li>
  4. <li><a href="#">This is another</a></li>
  5. <li><a href="#">Yet another</a></li>
  6. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement