Opera 的目标 css:修复底部调整大小:0
我在这里有一个 html windows 演示: dlml.org/gargoyle/windowsdemo.html
适用于除 Opera 之外的所有浏览器,它不能使用 Bottom:0 正确调整大小(此处确认: http://dev.opera.com/forums/topic/562551)。
我已经用 height:100% 替换了 top:0 Bottom:0 ,这很有帮助,但这并不是在所有情况下都可行。
有人有解决方法吗?
I have an html windows demo here: dlml.org/gargoyle/windowsdemo.html
Works for all browsers except opera, which doesn't resize properly with bottom:0 (confirmed here: http://dev.opera.com/forums/topic/562551).
I've substituted top:0 bottom:0 with height:100% here and there, and that helps, but that's not possible in all situations.
Does anyone have a workaround for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 CSS 中使用
display: table;
属性You could use
display: table;
properties in CSS