Skip to content

Instantly share code, notes, and snippets.

@otwm
Created November 10, 2015 10:29
Show Gist options
  • Save otwm/5ad32e1f600c329a6510 to your computer and use it in GitHub Desktop.
Save otwm/5ad32e1f600c329a6510 to your computer and use it in GitHub Desktop.
ie hack
/**
* 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