Skip to content

Instantly share code, notes, and snippets.

@FernandaBernardo
Created August 11, 2014 14:53
Show Gist options
  • Save FernandaBernardo/ac725cfa3c31855ecbd1 to your computer and use it in GitHub Desktop.
Save FernandaBernardo/ac725cfa3c31855ecbd1 to your computer and use it in GitHub Desktop.
Untitled
ul {
display: none;
}
a:hover ~ ul {
display: block;
position: absolute;
background-color: #ccc;
width: 100%;
}
ul:hover {
display:inline-block;
}
<a href="#">Hover</a>
<ul>
<li>Teste 1
<li>Teste 2
<li>Teste 3
</ul>
// alert('Hello world!');
{"view":"separate","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment