首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Blueprint IE破解VS designer

Blueprint IE破解VS designer
EN

Stack Overflow用户
提问于 2010-11-24 05:26:27
回答 1查看 141关注 0票数 0

我的客户和我都刚刚独立地经历了这一点。给定一个类似下面的HTML页面,当包含IE黑客攻击时,无论是否有条件,在VS设计器中“第一个文本”以上的所有内容都是不可见的,在2008和2010中,2008非常频繁地崩溃,而2010只在页面上的某些编辑操作期间崩溃。

代码语言:javascript
复制
<!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论坛上问过这个问题,但我的主要先知也是如此。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2010-12-11 12:34:04

Blueprint讨论组的人让我相信问题出在VS设计器上,而不是IE的黑客。我同意这一点- VS中的设计视图仍然是可悲的。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/4261127

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档