Skip to content

Instantly share code, notes, and snippets.

@pedrofaria
Created August 11, 2010 18:38
Show Gist options
  • Save pedrofaria/519490 to your computer and use it in GitHub Desktop.
Save pedrofaria/519490 to your computer and use it in GitHub Desktop.
.block-menu ul li:hover {
position:relative;
}
.block-menu ul ul {
display:none;
position:absolute;
left:130px;
top:5px;
}
.block-menu li:hover > ul {
display:block;
}
.block-menu li:hover > ul > ul {
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment