Skip to content

Instantly share code, notes, and snippets.

@nelsonpecora
Created May 9, 2011 03:02
Show Gist options
  • Select an option

  • Save nelsonpecora/961983 to your computer and use it in GitHub Desktop.

Select an option

Save nelsonpecora/961983 to your computer and use it in GitHub Desktop.
/* put <a href="foo"></a> inside your div */
#div a {
width: 100%;
height: 100%; /* will fill the whole block */
display: block; /* will make it actually a block-level ...thingy */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment