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.
请看看这个: http: //nichemarketingreviews.nl/
在 IE9 中,滑块突然不起作用了。我没有对网站的代码做任何事情,只是在 WP 的后端发了一些帖子。
谁能看到或告诉我出了什么问题?会很感激。
到目前为止,使 nivo 滑块在 IE9 中再次工作的唯一答案是将其解析为 IE8。将此添加到文件的头部(之前)
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >
我不太喜欢这个答案,因为问题实际上仍然存在于 IE9 中,尽管它有效。如果有人有更好的解决方法,我会很高兴看到你更好的答案