CSS:标签/输入在 IE7 中不会浮动
我在 IE7 中将标签和输入相邻浮动时遇到问题。我已经尝试了我能想到的一切:
- 给它一个固定宽度
- 溢出隐藏,边框,背景。
- 用左浮动包裹在 div 内部。
让它正常工作的唯一方法就是把它放在桌子里。
I am having problems with floating a label and input next to each other in IE7. I have tried everything I can think of:
- Giving it a fixed width
- Overflow hidden,border, background.
- Wrapping inside of a div with float left.
The only way I can get it to work correctly is if I put it inside a table.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在每一行下创建一个清除 div。
喜欢
Try to make a clearing div under each row.
Like