我和我的客户都刚刚独立经历过这一点。给定一个像下面这样的 HTML 页面,当 IE hack 有条件或不包含时,在 2008 年和 2010 年,VS 设计器中看不到“第一个文本”上方的所有内容,2008 年崩溃非常频繁,而 2010 年仅在某些情况下崩溃编辑页面上的操作。
<!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>
<title>Smart Computer Solutions</title>
<link href="Styles/Blueprint/screen.css" rel="stylesheet" type="text/css" />
<link href="Styles/Blueprint/print.css" rel="stylesheet" type="text/css" media="print" />
<!--[if lt IE 8]><link rel="stylesheet" href="Styles/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
</head>
<body>
<div class="container">
<div id="header" class="prepend-1 span-23 last">
<h1 id="smart-computer-solutions">
Smart Computer Solutions</h1>
<div id="subheader">
<h3 class="alt">Some catchy and informative company slogan.</h3>
</div>
</div>
First text
<hr />
Second text
<div id="top-nav" class="prepend-1 span-23 last">
Third text
</div>
<hr />
</div>
</body>
</html>
我也在 Blueprint 论坛上问过这个问题,但 SO 是我的主要预言机。