gpt4 book ai didi

css - IE8 中的 Bootstrap 文本输入

转载 作者:太空宇宙 更新时间:2023-11-04 12:57:15 25 4
gpt4 key购买 nike

我在 IE8 中查看网站时遇到问题(但在 IE 11 的开发工具中使用仿真模式时工作正常)。

在现代浏览器中,我看到了我所期望的:

enter image description here

但在 IE 中,我看到以下内容:

enter image description here

我已经按照文档中的建议添加了 html5 shim 和 respond,.js,并且我尝试将控件包装在 div 中以手动调整它们的大小,但我最终发现输入之间的间隙看起来很糟糕。有什么明显的地方我做错了吗?

<form class="form-horizontal" role="form" style="max-width: 500px">
...

<div class="form-group">
<label class="control-label col-sm-2">Phone</label>
<div class="input-group">
<span class="input-group-addon">
<input type="radio" name="SearchMethod" value="2" class="radio-inline" />
</span>
<input type="text" id="phone" class="form-control" placeholder="Phone" />
<input type="text" id="phoneExt" class="form-control" maxlength="4" placeholder="Ext" />
</div>
</div>

最佳答案

您的输入组无效,因为它有两个文本输入表单控件。 Per the docs :

Basic example

Place one add-on or button on either side of an input. You may also place one on both sides of an input.

We do not support multiple add-ons on a single side.

We do not support multiple form-controls in a single input group.

因此,您需要将一些自定义样式组合在一起,或者重新构建您的表单。

关于css - IE8 中的 Bootstrap 文本输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25723817/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com