1

I want to develop a new HTML5 / CSS3 webApp, and i need the users to have certain browsers compatible with specific CSS3 properties.

i wish to send users that have old browser versions to update them and after they update to reopen the Link to my webApp Automatically.

is there a way to do it? Best for Internet Explorer, Firefox, Chrome...

Thanks,

IDan

4

1 回答 1

0

您可以使用modernizr检查浏览器中是否启用了所需的 HTML5/CSS3 功能,如果未在您的站点中显示免责声明以要求您的用户升级(但升级过程必须由您的用户完成,您不能强制执行任何操作) .

您可以为要检测的功能下载自定义版本的 Modernizr。

文档: http: //modernizr.com/docs/

下载: http: //modernizr.com/download/

于 2013-09-08T12:43:23.977 回答