How do I make IE9 emulate IE7?
I used:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
in the header to force IE8 to emulate IE7. Will it do the same thing for IE9? I don't have IE9 and I'm running XP so can't install it to find out.
If开发者_高级运维 anyone with IE9 can test this page for me, I'd greatly appreciate it! It's a mootools slideshow and works with every browser I've tried it on including IE8. Arrows should change the photo, the thumbnails should scroll back and forth.
http://ianmartinphotography.com/test-site/test
Many thanks!
Yes, this should work. See http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx for exhaustive info on IE compatibility modes. I tested your link on IE9 running under Windows 7 and it looked/worked OK for me.
精彩评论