Skip to content

Instantly share code, notes, and snippets.

@Znow
Created June 28, 2011 19:38
Show Gist options
  • Select an option

  • Save Znow/1051998 to your computer and use it in GitHub Desktop.

Select an option

Save Znow/1051998 to your computer and use it in GitHub Desktop.
#menu {
float: left;
ul {
list-style: none;
ul {
display: none;
}
}
li a:hover ul {
position: absolute;
display: block;
background: black;
border: 1px solid #000;
}
li a:hover ul li {
display: block;
border: 1px solid #000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment