2014-11-05 35 views
0

我正在一個小型的單頁網站上工作,我有一部分表單顯示文本垂直而不是水平在資源管理器中 - 「車況」任何想法我做錯了什麼?我的網站在這裏 - http://yourtradein.ca/代碼如下。在資源管理器中垂直顯示文本?

<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"> 
<div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"> 
     <div class="wdform_section"> 
      <div class="wdform_column"> 
       <div wdid="1" class="wdform_row"> 
        %1 - Name:% 
       </div> 
       <div wdid="2" class="wdform_row"> 
        %2 - Phone:% 
       </div> 
       <div wdid="3" class="wdform_row"> 
        %3 - E-mail:% 
       </div> 
       <div wdid="11" class="wdform_row"> 
        %11 - Vehicle Description: % 
       </div> 
      </div> 
      <div class="wdform_column"> 
       <div wdid="6" class="wdform_row"> 
        %6 - Vehicle Year:% 
       </div> 
       <div wdid="5" class="wdform_row"> 
        %5 - Vehicle Make:% 
       </div> 
       <div wdid="12" class="wdform_row"> 
        %12 - Vehicle Model:% 
       </div> 
       <div wdid="14" class="wdform_row"> 
        %14 - Vehicle Mileage:% 
       </div> 
       <div wdid="15" class="wdform_row"> 
        %15 - VIN Number:% 
       </div> 
       <div wdid="8" class="wdform_row"> 
        %8 - Trim Package:% 
       </div> 
       <div wdid="9" class="wdform_row"> 
        %9 - Vehicle Options:% 
       </div> 
       <div wdid="10" class="wdform_row"> 
        %10 - Vehicle Condition:% 
       </div> 
       <div wdid="13" class="wdform_row"> 
        %13 - type_submit_reset_13% 
       </div> 
      </div> 
     </div> 
     <div valign="top" class="wdform_footer" style="width: 100%;"> 
      <div style="width: 100%;"> 
       <div style="width: 100%; display: table;"> 
        <div style="display: table-row-group;"> 
          <div id="form_id_temppage_nav1" style="display: table-row;"> 
          </div> 
        </div> 
       </div> 
      </div> 
     </div> 
</div> 
</div> 
+0

奇怪 - 在我的IE瀏覽器(11.0.96)看起來不錯, – nettutvikler 2014-11-05 19:06:27

回答

0

,我沒有看到在資源管理器或Chrome任何問題。你能否更詳細地描述這個問題?車輛狀況正如你所說的那樣表現出水平。也許更新你的Internet Explorer。

相關問題