在您的网站上显示"升级您的浏览器"横幅的最佳HTML是什么?

Tho*_*sen 0 html

放入您网站的最佳HTML是什么,告知某些浏览器的用户他们应该升级到不同的浏览器?

Cha*_*nce 9

据我所知,只有IE识别条件和目标评论:

<!--[if lte IE 6]>
<div id="upgrade"><span>Like a growing number across the Web, this site no longer supports Internet Explorer 6 and your viewing experience may be affected. We recommend that you download the latest stable release of <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer 7</a> free of charge by <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">clicking here</a>.</span></div>
<![endif]-->
Run Code Online (Sandbox Code Playgroud)

请参阅:http: //msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx