Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Created May 8, 2017 22:55
Show Gist options
  • Save lonekorean/1005bb80b4cc8a3b76ca0ee88c0b6fa8 to your computer and use it in GitHub Desktop.
Save lonekorean/1005bb80b4cc8a3b76ca0ee88c0b6fa8 to your computer and use it in GitHub Desktop.
Box model hack
div {
width: 122px; /* all browsers see this */
padding: 10px;
border: 1px solid red;
voice-family: "\"}\""; /* IE would give up here */
voice-family: inherit;
width: 100px; /* non-IE browsers see this corrected value */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment