div css兼容问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了div css兼容问题相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
</style>
<div id="nav" style="width:200px; height:200px; background:#000000;">
<p style="display:inline; color:#FFFFFF; font-weight:bold; font-size:12px;">阿斯顿发水电费</p>
</div>
<div id="wrapper"></div>
<div class="clear" style="clear:both;"></div>
</body>
</html>
在ietester中测试ie8和ie9效果不一样,不知道哪里写错了,求指教
小范围的修改建议:
IE6,IE7,firefox : background:orange;
*background:green;_background:blue;
【注::不管是什么方法,书写的顺序都是firefox的
写在前面,IE7的写在中间,IE6的写在最后面。】
或则用!important 区分。
浏览器/符号 IE6 IE7 FF(FireFox)
*(星号) √ √ ×
!important × √ √
_(下划线) √ × ×
一般用这个方法做小范围的修改 问题就可以解决了。。。
css DIV半透明兼容IE6 +
以上是关于div css兼容问题的主要内容,如果未能解决你的问题,请参考以下文章