2012-11-02 58 views
0

我試圖解決一個問題,我不確定它應該如何解決(我已經看了幾件事情並嘗試過,但沒有成功)。 我有一個aspx頁面,將作爲一個酒吧。它是假設這個樣子(鉻): enter image description hereaspx頁面佈局在IE9中失敗

但是當我在IE9運行它,我得到這個: enter image description here

在IE9酒吧裏的兩個分裂,而「說明「標籤和文本框/按鈕全部推到一邊。

這是我的CSS(我確認它沒有錯誤):

<style type="text/css"> 
    .mainContentHolder 
    { 
     margin: 0; 
     background-color: #f3f3f3; 
     border: solid 1px #a1a1a1; 
     min-width:890px; 
     width:920px; 
     height:50px; 
    } 
    .mainContentHolder h3 
    { 
     font-size:13px; 
     font-style: normal; 
     font-variant: normal; 
     font-weight: normal; 
     line-height: 20px; 
     margin-right: 1%; 
    } 
    .mainContentHolder label 
    { 
     font-size: 11px; 
     font-style: normal; 
     font-variant: normal; 
     font-weight: normal; 
     line-height: 20px; 
     margin-bottom: 10px; 
     margin-right: 1%; 
    } 
    .mainContentHolder input 
    { 
     width:70px; 
    } 
    .ui-dialog 
    { 
     font-size:12px; 
    } 
    .ui-widget-header 
    { 
     background: #8D122B; 
    } 
    .ui-datepicker 
    { 
     font-size:12px; 
    } 
    #quickNoteHeader 
    { 
     color: Green; 
    } 
</style> 
+0

置HTML也可以創建一個小提琴jsfiddle.net – Dipak

+0

我將發佈一個鏈接秒 – john

+0

http://jsfiddle.net/mrbiggels/UFxeC/ – john

回答

0

的Internet Explorer 10個修復了這個問題