向Internet Explorer 8和以下用户显示消息 [英] Displaying a message to Internet explorer 8 and Below Users

查看:173
本文介绍了向Internet Explorer 8和以下用户显示消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我最近在一个网站(http://getcours.tk/)上工作,它在Chrome(So webkit)和Firefox(So Gecko)中工作正常,但是我只是在Internet Explorer 8中试用了它,因为它似乎没有遵循CSS3标准,所以它不能正确呈现它。



我只是想向Internet Explorer 8及以下版本的用户显示一条消息( ie9作品)说,该网站将在浏览器中显示不正确,如果他们希望看到它,他们应该使用现代浏览器。



真的希望在这里,谢谢任何人谁可以帮助



-jman6495

解决方案

这实际上很简单。你可以把它粘贴到你的页面的任何地方,它里面的所有东西只会被IE8和下面的内容呈现出来。

 <! - 如果lt IE 8]> 

//无论你想在这里

//例如,特定的CSS只用于IE
< link rel =stylesheettype =text / css href =cssIE.css/>


<![endif] - >

类似地,您可以使用gt(大于)而不是lt想要。


So I have been working on a site (http://getcours.tk/), recently, It works fine in Chrome (So webkit) and Firefox (So Gecko) but I just tried it out in Internet explorer 8 and Since it doesn't seem to follow CSS3 standards, It is incapable of rendering it properly.

I just want to display a message to users of internet explorer 8 and below (ie9 works) to say that the site will display incorrectly in their browser, and that if they wish to see it properly they should Use a Modern browser.

Really hoping for a hand here, thanks to anyone who can help

-jman6495

解决方案

It's really simple actually. You can paste this anywhere in your page and everything inside it will only be rendered by IE8 and below

    <!--[if lt IE 8]>

    //Whatever you want here

    //For example, specific css only for IE
    <link rel="stylesheet" type="text/css" href="cssIE.css" />


    <![endif]-->

Similarily you can use "gt" (greater than) instead of "lt" or any number version you want.

这篇关于向Internet Explorer 8和以下用户显示消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆