My client and I have both just independently experienced this. Given
an ASP.NET masterpage like below, when the IE hack is included,
conditionally or not, everything above the word "Second" is not
visible in the VS designer, in 2008 and 2010, and 2008 crashes very
frequently, while 2010 only crashes during certain edit ops on the
page.

<%@ Master Language="C#" AutoEventWireup="true"
CodeFile="Example.master.cs" Inherits="SiteMaster" %>
<!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 id="Head1" runat="server">
    <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" />
    <link rel="stylesheet" href="Styles/blueprint/plugins/fancy-type/
screen.css" type="text/css" media="screen, projection" />
    <!--[if lt IE 8]><link rel="stylesheet" href="Styles/blueprint/
ie.css" type="text/css" media="screen, projection"><![endif]-->
</head>
<body>
    <form id="form" runat="server">
    <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
        <hr />
        Second
        <div id="top-nav" class="prepend-1 span-23 last">
            Some other text
        </div>
        <hr />
    </div>
    </form>
</body>
</html>

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to blueprint...@googlegroups.com.
To unsubscribe from this group, send email to 
blueprintcss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to