Skip to content

Instantly share code, notes, and snippets.

@enlacee
Last active July 22, 2016 21:11
Show Gist options
  • Save enlacee/a8600abf7f61d4831929a3dd42f798c0 to your computer and use it in GitHub Desktop.
Save enlacee/a8600abf7f61d4831929a3dd42f798c0 to your computer and use it in GitHub Desktop.
selector de paises HTML lista desordenada: http://codepen.io/enlacee/pen/RRywZL fuente: http://codepen.io/amaxwell01/pen/BmJps
<div class="fake_background">
<!-- Editable Dropdown -->
<div id="kind">
<div id="current_selection" class="kind_selection">:nth-child</div>
<div id="kind_arrow" class="selection_arrows">
<span class="bottom_arrow">▼</span>
</div>
<ul id="kind_options" class="selection_options">
<li data-value=":nth-child" class="selected">:nth-child</li>
<li data-value=":nth-of-type">:nth-of-type</li>
<li data-value=":nth-last-child">:nth-last-child</li>
<li data-value=":nth-last-of-type">:nth-last-of-type</li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment