我和我的客户都只是独立地体验过这一点。鉴于下面的HTML页面,当包含IE hack时,无论是否有条件,在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论坛上问这个问题,但是SO是我的主要神谕。
答案 0 :(得分:0)
蓝图讨论小组的伙伴们让我确信问题在于VS设计师,而不是IE黑客。我同意这里 - VS中的设计观点仍然可悲。