Skip to content

Instantly share code, notes, and snippets.

@aknosis
Created May 27, 2011 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aknosis/996028 to your computer and use it in GitHub Desktop.
Save aknosis/996028 to your computer and use it in GitHub Desktop.
IE 8/9 Bugfix
//in reply to http://twitter.com/#!/scott_gonzalez/status/74191962739183616
//http://bit.ly/jpf1mB
var s = document.getElementsByTagName('select')[0];
s.style.height = "auto";
s.style.height = "";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment