在Explorer中垂直显示表单文本?

时间:2014-11-05 18:54:17

标签: jquery html css

我正在一个小型单页网站上工作,我的表格中有一部分是垂直显示文本而不是横向显示文本 - "车辆状况"知道我做错了什么吗?我的网站就在这里 - 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>

1 个答案:

答案 0 :(得分:0)

我没有在资源管理器或Chrome中看到任何问题。你能否更好地描述问题?车辆状况显示水平,就像你说你想要的那样。也许更新您的Internet Explorer。