Skip to content

Instantly share code, notes, and snippets.

@joeyblake
Created September 27, 2011 15:30
Show Gist options
  • Save joeyblake/1245382 to your computer and use it in GitHub Desktop.
Save joeyblake/1245382 to your computer and use it in GitHub Desktop.
Suckerfish Dropdown css
#main_nav ul li:hover ul{
left:auto;
}
#main_nav ul li ul{
position:absolute;
top:44px;
z-index:3;
left:-3000em;
}
#main_nav ul li ul li a{
background:none;
font-size:10px;
height:34px;
line-height:34px;
color:#003e7e;
}
#main_nav ul li ul li a:hover{
background:#295e94;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment