ASP:Menu 在IE8中顯示不正確的解決方案

來源:互聯網
上載者:User

使用VS2008 開發的Web 頁面,用到了Menu 控年,發現在IE 8  下顯示不正確,會出現空白.發現是由於MENU不符合Web標準引起的

有三種解決方案:
詳見 
 http://blogs.msdn.com/giorgio/archive/2009/02/01/asp-net-menu-and-ie8-rendering-white-issue.aspx

1:重寫 CSS控制樣式中的z-index 屬性
  將動態快顯功能表的 z-index設大。如:z-index: 100;
  http://weblogs.asp.net/mhildreth/archive/2009/01/26/testing.aspx
2:使用CSS Friendly控制項 
   CSS Friendly Control Adapters 是 將 ASP.NET 控制項轉為符合WEB標準標籤控制,
  在 http://www.asp.net/CSSAdapters/網站上可以查看詳細的說明,可以下載源碼和例子。 
中文說明:http://hi.baidu.com/hunterzou/blog/item/b925f73d01e6e7ea3c6d9732.html 

3:強制IE解析為與IE7 META相容。
 <head runat="server">
  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
</head>

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.