国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 開(kāi)發(fā) > CSS > 正文

css中使用if條件在各大瀏覽器(IE6/IE7/IE8)中hack方法解決教程

2024-07-11 08:29:17
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

一個(gè)滾動(dòng)代碼,其他瀏覽器都滾的好好的,就IE出現(xiàn)錯(cuò)誤!氣憤!隨想起IE的條件語(yǔ)句,如果是IE用第一種滾動(dòng)方式,如果是其他瀏覽器用另外一種方式;

復(fù)制代碼
代碼如下:
<!--[if IE]>
<script type="text/javascript">
new Marquee("ygjy1",0,2,395,300,50,0,0)
new Marquee("jbhc1",0,2,395,300,50,0,0)
</script>
<![endif]-->

其他瀏覽器:

復(fù)制代碼
代碼如下:
<!--[if !IE]>
<script type="text/javascript">
new Marquee("ygjy1",0,3,395,303,20,4000,3000,101);
new Marquee("jbhc1",1,3,395,303,20,4000,3000,101);
</script>
<!--<![endif]-->

1、Css if hack條件語(yǔ)法
<!--[if IE]> Only IE <![endif]-->
僅所有的WIN系統(tǒng)自帶IE可識(shí)別
<!--[if IE 5.0]> Only IE 5.0 <![endif]-->
只有IE5.0可以識(shí)別
<!--[if gt IE 5.0]> Only IE 5.0+ <![endif]-->
IE5.0包換IE5.5都可以識(shí)別
<!--[if lt IE 6]> Only IE 6- <![endif]-->
僅IE6可識(shí)別
<!--[if gte IE 6]> Only IE 6/+ <![endif]-->
IE6以及IE6以下的IE5.x都可識(shí)別
<!--[if lte IE 7]> Only IE 7/- <![endif]-->
僅IE7可識(shí)別
<!--[if gte IE 7]> Only IE 7/+ <![endif]-->
IE7以及IE7以下的IE6、IE5.x都可識(shí)別
<!--[if IE 8]> Only IE 8/- <![endif]-->
僅IE8可識(shí)別
2、DIV+CSS實(shí)例教程
CSS實(shí)例一:
讓IE6-IE8顯示不同的內(nèi)容,DIV CSS代碼如下:

復(fù)制代碼
代碼如下:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DIV IF條件實(shí)例WWW.DIVCSS5.COM實(shí)例</title>
</head>
<body>
你正在使用:
<!--[if IE 7]>
<h2>IE7</h2>
<![endif]-->
<!--[if IE 6]>
<h2>IE6</h2>
<![endif]-->
<!--[if IE 8]>
<h2>IE8</h2>
<![endif]-->


<strong>DIVCSS5說(shuō)明</strong>:如果你的瀏覽器版本為多少即會(huì)顯示IE多少,針對(duì)IE6-IE8實(shí)驗(yàn)CSS教程
</body>
</html>

說(shuō)明:以上針對(duì)不同IE顯示不同網(wǎng)頁(yè)內(nèi)容DIV+CSS實(shí)例實(shí)驗(yàn)
DIV+CSS實(shí)例二:
讓IE6-IE8顯示不同CSS樣式效果,DIV CSS代碼如下:

復(fù)制代碼
代碼如下:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS IF條件hack實(shí)例 www.divcss5.com</title>
<!--[if IE 6]>
<style type="text/css">
.divcss5{ color:#F00;}
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
.divcss5{ color:#FF0;}
</style>
<![endif]-->
<!--[if IE 8]>
<style type="text/css">
.divcss5{ color:#00F;}
</style>
<![endif]-->
</head>
<body>
<div class="divcss5">
DIV CSS實(shí)驗(yàn)提示:

我在IE6下是紅顏色,在IE7下是黃顏色,在IE8下是藍(lán)顏色
</div>
</body>
</html>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 绍兴市| 安化县| 海宁市| 连山| 方城县| 瓮安县| 临高县| 苗栗市| 昭苏县| 诸暨市| 莱西市| 尤溪县| 杨浦区| 平泉县| 新干县| 墨脱县| 翁源县| 修武县| 玉龙| 六安市| 淮南市| 九寨沟县| 都江堰市| 金堂县| 黔西县| 奈曼旗| 都江堰市| 镇安县| 晋城| 焦作市| 柳河县| 汤阴县| 福建省| 泉州市| 阿克| 玉溪市| 乌恰县| 台安县| 淮滨县| 孝昌县| 龙江县|