2010-11-23 14 views
0

私のクライアントと私は両方とも、これをちょっと経験しました。下記のようなHTMLページがあると、IEのハックが条件付きで含まれているかどうかにかかわらず、「最初のテキスト」を超えるものはVSデザイナーでは2008年と2010年には表示されず、2008年は頻繁にクラッシュします編集ページでopsを編集します。Blueprint IEハックブレイクVSデザイナー

<!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

Blueprintのディスカッショングループのメンバーは、IEのハックではなく、VSデザイナーに問題があると私に確信しています。私はここに同意する - VSのデザインビューはまだ哀れです。

関連する問題