Created
November 10, 2015 10:30
-
-
Save otwm/042d244d6e4f934b4546 to your computer and use it in GitHub Desktop.
ie hack
This file contains 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
<style type="text/css"> | |
/** | |
* ie 10 - 11 hack | |
*/ | |
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { | |
.verify_wrap2 { | |
position: relative; | |
right: -10px; | |
display: inline-block; | |
width: 460px; | |
float: right; | |
top: -20px !important; | |
} | |
} | |
</style> | |
<!--[If IE]> | |
<style type="text/css"> | |
.verify_wrap2 { | |
position: relative; | |
right: -10px; | |
display: inline-block; | |
width: 460px; | |
float: right; | |
top: -20px !important; | |
} | |
</style> | |
<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment