twitter-bootstrap - 如何修复 IE7 中的 Twitter Bootstrap 按钮布局?

标签 twitter-bootstrap internet-explorer-7

我的表单中有 3 个按钮:

<form id="myform" class="form-horizontal" class="collapse in">
  <fieldset>
    <div>
      <div class="control-group">
        <label class="control-label" for="place-of-birth">Место рождения</label>
        <div class="controls">
          <input type="text" class="input-xlarge" id="place-of-birth" name="place-of-birth" minlength="2" maxlength="80" autocomplete="off">
        </div>
      </div>
   </div>    
    <div class="form-actions">
      <button type="button" class="btn" data-toggle="modal" data-target="#modal-demo-search">Демо поиска</button>
      <button type="button" class="btn" id="clear">Очистить форму</button>
      <button type="button" class="btn btn-inverse" id="search" name="search" data-loading-text="Поиск...">Поиск</button>
    </div>
  </fieldset>
</form>

Demo

在相同的屏幕尺寸下,在 IE7 中看起来很糟糕(2 行,无边距): IE7

当在 Firefox 中正常时: Firefox

我该如何解决这个问题?

最佳答案

这有点帮助: http://www.claystreet.com/sites/claystreet/dev/bootstrap/iebutton-fix/

但没有修复方角。

HTH

关于twitter-bootstrap - 如何修复 IE7 中的 Twitter Bootstrap 按钮布局?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12962068/

相关文章:

twitter-bootstrap - Bootstrap input-group-addon durandal knockout validation

css - IE7 THEAD 标签样式

javascript - 自动完成 UI 问题

internet-explorer - 我可以在同一台计算机上加载 IE6 和 IE7 的工具在哪里?

php - LESS.php - 它在哪里保存编译后的文件?

javascript - Bootstrap .affix - jQuery hasClass 不工作

javascript - HTTP Doctype header 问题导致 IE7 出现问题?

html - IE7 宽度 :auto issue

html - 如何在移动设备上将 div 移动到另一行?

twitter-bootstrap - Bootstrap 3 - 为什么行类比它的容器宽?