Created
December 6, 2011 21:15
-
-
Save codeimpossible/1440038 to your computer and use it in GitHub Desktop.
IE Css Hackery
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
li.search span.selection { | |
height: /*\**/19px!important; /*ie9*/ | |
_height: 19px!important; /*ie6*/ | |
} | |
@media \0screen { | |
li.search span.selection { | |
height: 20px!important; /*ie8*/ | |
} | |
} | |
*+html li.search form span.selection { | |
height: 20px!important; /*ie7*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment