Created
May 27, 2011 19:54
-
-
Save aknosis/996028 to your computer and use it in GitHub Desktop.
IE 8/9 Bugfix
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
//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