IE8 IE7 兼容性测试
IE8 IE7 兼容性测试
<!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=gbk" />
<meta http-equiv="X-UA-Compatible" content="IE=7">
<title>IE8 IE7 兼容性测试</title>
<style type="text/css">
*+html #d1 { color:#F00;}
</style>
</head>
<body>
<div id="d1">
ie88
</div>
</body>
</html>
- 上一篇:当需要使用JavaScript判断img
- 下一篇:a 超链接怎么去掉外边框