我的客户和我都刚刚独立地经历了这一点。给定一个类似下面的HTML页面,当包含IE黑客攻击时,无论是否有条件,在VS设计器中“第一个文本”以上的所有内容都是不可见的,在2008和2010中,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论坛上问过这个问题,但我的主要先知也是如此。
发布于 2010-12-11 12:34:04
Blueprint讨论组的人让我相信问题出在VS设计器上,而不是IE的黑客。我同意这一点- VS中的设计视图仍然是可悲的。
https://stackoverflow.com/questions/4261127
复制相似问题