Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Conditional for IE9

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31973
    runa
    Member

    Hi guys!
    I use a flashfallback exclusively for IE-users on my HTML 5 website that contains video in a











    It has worked pretty good. With IE9 things are getting more complicated. I want to exclude IE9 which is capable of HTML 5 from the if-area but keep the fallback for visitors with Windows XP, i.e. IE <= 8. My PHP is poor. Can anyone help me? Thanks alot.
    Runa

    #55822
    jamygolden
    Member

    You can wrap it in this HTML:


    #55829
    runa
    Member

    Okay, I should have mentioned that the simplest way doesn’t work out. There will remain two video-elements in the DOM then. The other one cannot be removed so easily. There will be no video neither in IE8 nor IE9 then.

    #55773
    jamygolden
    Member

    I don’t get why you can’t do that. You above code can be achieved in html by doing this:





Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.