Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Znow/1052039 to your computer and use it in GitHub Desktop.
#menu {
float: left;
ul {
list-style-type: none;
}
li:hover {
ul.submenu {
display: block;
}
}
.submenu {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment