时间:2021-05-28
复制代码 代码如下:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs
/jquery/1.4.0/jquery.min.js"></script>
<style type="text/css">
.aa,.bb{width:200px; height:200px; margin:10px; background-color:#000}
.bb{background-color:#F00; opacity:0.5}
</style>
<script type="text/javascript">
$(function(){
$(".aa").css("opacity",0.1)
})
</script>
</head>
<body>
<div class="aa"></div>
<h2>JQ版</h2>
<div class="bb"></div>
<h2>CSS版</h2>
</body>
</html>
如果你复制并运行了上面的代码。你会发现。IE6下第一个块是透明的。
原理我也不知道。应该是JQuery本身就已经考虑到了这块的兼容。而是大家没有发现而已。只是在这里给大家来个提醒。
PS:部分电脑IETester版本IE6查看不是透明的。这应该是IETester的问题。测试没有发现系统差异。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
区别IE6与FF:background:orange;*background:blue;区别IE6与IE7:background:green!important
区别IE6与FF:background:orange;*background:blue;区别IE6与IE7:background:green!important
区别IE6与FF:background:orange;*background:blue;区别IE6与IE7:background:green!important
区别IE6与FF:background:orange;*background:blue;区别IE6与IE7:background:green!important
XP下FF/遨游3/IE8/IE6(IETester)中的效果使用方法:1.先引用jquery,然后引用jquery.textshadow.js(点击下载)2.