css 输入与按钮对齐
IE 6
FireFox、Chrome、IE 8
我无法让按钮对所有浏览器进行相同的对齐..有没有办法做到这一点结盟?
input, button {
float: left;
height: 20px;
}
IE 6
FireFox, Chrome, IE 8
i cant get the button to align the same for all the browsers.. is there a hack for doing this alignment?
input, button {
float: left;
height: 20px;
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常这些作品之一......(firefox)
Usually one of these works.....(firefox)