Skip to content

Instantly share code, notes, and snippets.

@manolenso
Created January 23, 2014 22:52
Show Gist options
  • Select an option

  • Save manolenso/8588455 to your computer and use it in GitHub Desktop.

Select an option

Save manolenso/8588455 to your computer and use it in GitHub Desktop.
simple menu fixed
<- html code ->
<select id="demosMenu">
<option id="xxxxxxx" selected>Choix visible par default</option>
<option id="xxxxxxx">choix</option>
<option id="xxxxxxx">choix</option>
<option id="xxxxxxx">choix</option>
<option id="xxxxxxx">choix</option>
<option id="xxxxxxx">choix</option>
<option id="xxxxxxx">choix</option>
</select>
<- css code ->
#demosMenu{
position:fixed;
bottom: 10px;
right:10px;
z-index: 999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment