html5 for IE8 or less

前端 未结 5 2124
野的像风
野的像风 2021-01-16 07:00

I re-build my website with HTML5 tags

Its working fine with FF,Chorme, and IE9

Its not working with IE8 or less.

Do you know if there are any accentu

5条回答
  •  -上瘾入骨i
    2021-01-16 07:51

    IE8 and before don't recognize all HTML5 elements. You can trick the browsers into recornising them using Javascript. You can also add a default styling if you wish.

    This tutorial shows you how: http://www.communitymx.com/content/article.cfm?cid=8C170

    Note that Javascript is required to fix this. If Javascript is disabled, which is quite often the case with IE6 and IE7 users, you won't be able to get it to work. However, do not worry too much. IE6 is dead and IE7 and IE8 should be by now. These are old browsers.

提交回复
热议问题