How can I use HTML5 in all browsers including IE7,8?

后端 未结 3 1061
轻奢々
轻奢々 2020-12-07 22:45

I want to use HTML5 because it supports in Iphone also and I really liked its capabilities but what can I do if it is not fully compatible with all browsers? Specially IE fa

3条回答
  •  情歌与酒
    2020-12-07 23:37

    You can use http://html5boilerplate.com/ together with http://code.google.com/p/html5shiv/ and you're good to go.

    For some other cool features, like video in old IE, you need to use workarounds like Flash for video and Javascript libs for canvas.

提交回复
热议问题