Created
September 25, 2012 18:46
-
-
Save sofish/3783664 to your computer and use it in GitHub Desktop.
\9 hack 在 Firefox 等浏览器失效的情况
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
<!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