Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

?
Lv 4

How to enable HTML5 in Internet Explorer 8 and lower?

According to several sites you can write this in <head>:

<!--[if lt IE 9]>

<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js...

<![endif]-->

Is that all you need to do? Because it's not working for me.

Update:

http://webdesign.about.com/od/internetexplorer/qt/...

http://www.paulund.co.uk/turn-on-html5-in-ie8-or-l...

http://tatiyants.com/how-to-get-ie8-to-support-htm...

These sites says I just need to add the scipt. Obviously I'm new at this, but if anyone knows a website with a better solution, I would appreciate the help.

Update 2:

Unfortunately, it's not publicly accessible yet. However, there really doesn't seem to be that many people using IE8 or lower anymore. The website is for a small company, and it probably doesn't need support for IE8 and lower.

I'm thinking of just putting a banner on the site instead, like they suggest here: http://theie8countdown.com/

3 Answers

Relevance
  • Chris
    Lv 7
    7 years ago

    To quote the description of html5shiv:

    "The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x."

    It can't however push IE8's rendering engine several years into the future. You obviously won't be able to use <canvas> or <video> just by having some JavaScript code included. Let alone in older IE versions.

  • ?
    Lv 7
    7 years ago

    That does not work. You can not use a script to convert your web pages to HTML5

    You have to go through each one and make the changes to the code.

    See this web site: www.w3schools.com

  • KoryP
    Lv 4
    7 years ago

    Is the page you're working on publicly accessible? If so, I can debug what's going on.

    Nothing will make IE8 behave like the latest version of chrome, but polyfills will go a long way for common stuff.

    You might also consider trying modernizr: http://modernizr.com/

    Sorry, wish I could help more. If you give another update with more details and a link to your project, I'll help more. Please remember to give credit to whoever gives you the best answer--even if it's not me. Ppl need a bit o' love for their efforts.

Still have questions? Get your answers by asking now.