Skip to content

Instantly share code, notes, and snippets.

@juanghurtado
Created January 25, 2010 21:40
Show Gist options
  • Save juanghurtado/286279 to your computer and use it in GitHub Desktop.
Save juanghurtado/286279 to your computer and use it in GitHub Desktop.
/* Gives "hasLayout" property to an element (only for IE) */
#example .selector {
display: inline-block;
zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment