Skip to content

Instantly share code, notes, and snippets.

@patocallaghan
Created May 28, 2012 01:27
Show Gist options
  • Save patocallaghan/2816675 to your computer and use it in GitHub Desktop.
Save patocallaghan/2816675 to your computer and use it in GitHub Desktop.
IE8 Legend display:none bugfix #css #ie8 #legend
/* From http://snipplr.com/view/22523/ */
legend {
display: block !important;
height: 0;
margin: 0;
padding: 0;
width: 0;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment