【发布时间】:2013-04-17 09:15:37
【问题描述】:
在使用 Bootstrap 时,Chrome(正确)和 Firefox(错误)之间的渲染不一致。这是我的代码(小提琴here):
<div class='container'>
<form class='form-horizontal well span6 offset3'>
<label class='control-label'>Testy</label>
<div class='controls'>
<select></select>
</div>
</form>
<legend>Hello!</legend>
</div>
不一致的原因是什么?如何修复 Firefox 渲染以使其与 Chrome 匹配?
【问题讨论】:
-
你使用 吗?
-
@NitzanShaked:是的,当然。
标签: html css google-chrome firefox twitter-bootstrap