Some HTML5 tags not working in IE 7

224 Views Asked by At

I made a website in HTML5 but there are some elements not working in IE9 and Lower versions. I installed HTML5SHIV and Modernizer it fixed some issues but still some elements like <input type="email"> are not working.

Please suggest me some way to resolve it.

1

There are 1 best solutions below

2
On

It is handy to use Can I use to detect what features are supported by a particular browser. As for resolving - for not supported features you have whether to ignore unsupported browsers or build replacement (polyfill) by your hands or using libraries, with JavaScript.