2014-11-05 70 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。

相关问题