Skip to content

Instantly share code, notes, and snippets.

@codeimpossible
Created December 6, 2011 21:15
Show Gist options
  • Save codeimpossible/1440038 to your computer and use it in GitHub Desktop.
Save codeimpossible/1440038 to your computer and use it in GitHub Desktop.
IE Css Hackery
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