Created
November 10, 2015 10:29
-
-
Save otwm/5ad32e1f600c329a6510 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
/** | |
* 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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment