Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎无法为 IE9 修复以下网站:
http://www.allyum.com
我已经实现了 Modernizr 和 Html5Shiv,但似乎没有任何效果。如果你在其他浏览器中测试它,一切都很好。有谁知道这里的问题是什么?
您的网站在 IE9 中进入 Quirks 模式。将此添加到第 1 行
<!DOCTYPE html>
你有这一行,但它在评论和第 2 行。IE 希望它在第 1 行。