Created
February 23, 2013 09:52
-
-
Save andreiglingeanu/5019156 to your computer and use it in GitHub Desktop.
ie6 hover for any element.
This file contains 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
* html body { | |
/* IE6 behavior must be in HEAD */ | |
/* http://www.xs4all.nl/~peterned/csshover.html */ | |
behavior:url("csshover.htc"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment