CSS 宽度百分比在 IE7 中无法正确显示
我正在尝试将下一页上的复选框对齐为 3 列。此页面有多个不同版本,每个版本可能有或多或少的复选框。这些框在 Firefox 和其他浏览器中完美对齐,但在 IE7 中则不然。我正在使用的 CSS 包含在下面。有人可以帮我解决 IE7 的问题吗?我正在使用 Drupal 的 Better Exposed Filters 来生成文本框。
http://www.zambux.com/coupons/services
.bef-select-as-checkboxes .form-item {
width: 50%;
float: left;
}
I am trying to align my checkboxes on the following page into 3 columns. There are several different versions of this page and each one may have more or less checkboxes. The boxes align perfectly in Firefox and other browsers, but not in IE7. The CSS I am using is included below. Can someone help me figure out a fix for IE7? I am using the Better Exposed Filters for Drupal to produce the text boxes.
http://www.zambux.com/coupons/services
.bef-select-as-checkboxes .form-item {
width: 50%;
float: left;
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在使用 FF4,但它看起来与您的页面不符。
我会做类似的事情作为结构
并添加为 CSS
I am using FF4 and it doesn't look right your page.
I would do something like that as structure
and add as CSS