Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • And perhaps a meta redirect inside a <noscript> (or just the meta redirect; I don't know which is more reliable) Commented Sep 13, 2011 at 19:27
  • Okay, that looks nice and simple--if I just want to redirect for IE, all versions, then I'd have <![if IE ]> ? Thanks! Commented Sep 13, 2011 at 20:01
  • 1
    I just updated the answer. They need to be commented conditional comments. <!--[if IE 9]><![endif]--> instead of <![if IE 9]><![endif]>. Commented Sep 14, 2011 at 20:59
  • 1
    @Bengel, can I a redirect for more than one, say, IE 6, IE 7 and IE 8? What would that look like? Commented Sep 14, 2011 at 21:23
  • 1
    Just note this is not working for IE 10. If you need a solution for it, check this post: stackoverflow.com/questions/19502040/… Commented Sep 23, 2014 at 12:52