Created
May 8, 2017 22:55
-
-
Save lonekorean/1005bb80b4cc8a3b76ca0ee88c0b6fa8 to your computer and use it in GitHub Desktop.
Box model hack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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