Skip to content

Instantly share code, notes, and snippets.

@BoZhuM
Created February 28, 2014 05:57
Show Gist options
  • Save BoZhuM/9266047 to your computer and use it in GitHub Desktop.
Save BoZhuM/9266047 to your computer and use it in GitHub Desktop.
IE hack
selector{
property:value; /* 所有浏览器 */
property:value9; /* 所有IE浏览器 */
+property:value; /* IE7 */
_property:value; /* IE6 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment