Skip to content

Instantly share code, notes, and snippets.

@sofish
Created September 25, 2012 18:46
Show Gist options
  • Save sofish/3783664 to your computer and use it in GitHub Desktop.
Save sofish/3783664 to your computer and use it in GitHub Desktop.
\9 hack 在 Firefox 等浏览器失效的情况
<!Doctype html>
<html>
<meta charset="utf-8"/>
<title>they recognize \9 hack(IE only???)</title>
<style>
html{background:#000;color:#fff;}
pre{font:60px monospace\9;}
</style>
<body>
理论上应该只在ie才会显示 60px 大的字体:
<pre>pre{font:60px monospace\9;}</pre></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment